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:
parent
988ab367ad
commit
c7474b51ec
1 changed files with 5 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue