Try out package.json funding - it'll only take effect when we next do a release.

This commit is contained in:
Starbeamrainbowlabs 2020-05-25 15:16:41 +01:00
parent 988ab367ad
commit c7474b51ec
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 5 additions and 1 deletions

View File

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