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",
"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"