Skip to content

Commit

Permalink
fix: add funding in package
Browse files Browse the repository at this point in the history
I'd be prepared to bet the house that npm 7's postinstall block and funding support pretty much kills support. Ah well.
  • Loading branch information
remy committed May 14, 2020
1 parent 43def51 commit a74f5dc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Expand Up @@ -66,5 +66,9 @@
"undefsafe": "^2.0.2",
"update-notifier": "^4.0.0"
},
"version": "0.0.0-development"
"version": "0.0.0-development",
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/nodemon"
}
}

0 comments on commit a74f5dc

Please sign in to comment.