diff --git a/package.json b/package.json index d0b3453..187a651 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "Client and server-side routing micro frameworks", "main": "index.mjs", "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" + "test": "echo \"Error: no tests have been implemented yet\" && exit 1" }, "repository": { "type": "git", @@ -20,6 +20,10 @@ "url": "https://github.com/sbrl/powerroot/issues" }, "homepage": "https://github.com/sbrl/powahroot#readme", + "funding": { + "type": "liberapay", + "url": "https://liberapay.com/sbrl" + }, "dependencies": { "cookie": "^0.4.0", "nightink": "^0.1.3"