Skip to content

Commit a74f5dc

Browse files
authored
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.
1 parent 43def51 commit a74f5dc

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

package.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -66,5 +66,9 @@
6666
"undefsafe": "^2.0.2",
6767
"update-notifier": "^4.0.0"
6868
},
69-
"version": "0.0.0-development"
69+
"version": "0.0.0-development",
70+
"funding": {
71+
"type": "opencollective",
72+
"url": "https://opencollective.com/nodemon"
73+
}
7074
}

0 commit comments

Comments
 (0)