From a74f5dc3efef9a76e5c810ff3b70c4e3f1584183 Mon Sep 17 00:00:00 2001 From: Remy Sharp Date: Thu, 14 May 2020 12:23:08 +0100 Subject: [PATCH] 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. --- package.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 8ca65418..7a12340e 100644 --- a/package.json +++ b/package.json @@ -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" + } }