From 40095a8e714c40eb285d48e4a1b5c04c203d6d33 Mon Sep 17 00:00:00 2001 From: Zach Leatherman Date: Fri, 14 Feb 2020 07:45:46 -0600 Subject: [PATCH] fix: add funding entry to show up in npm fund command --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index beefa569b..39830eefc 100644 --- a/package.json +++ b/package.json @@ -27,6 +27,10 @@ "type": "git", "url": "git+https://github.com/harttle/liquidjs.git" }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/liquidjs" + }, "files": [ "bin", "dist",