1
0
Fork 0
mirror of https://github.com/sbrl/powahroot.git synced 2024-11-21 22:22:59 +00:00

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

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"