fix: add funding in package

I'd be prepared to bet the house that npm 7's postinstall block and funding support pretty much kills support. Ah well.
This commit is contained in:
Remy Sharp
2020-05-14 12:23:08 +01:00
committed by GitHub
parent 43def51ddd
commit a74f5dc3ef

View File

@@ -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"
}
}