From 57044b515ce0fb894fae7ea5bee4a513c0899ca4 Mon Sep 17 00:00:00 2001 From: Christian Murphy Date: Sat, 21 Mar 2020 13:47:11 -0700 Subject: [PATCH] build: use npm fund attribute https://docs.npm.red/configuring-npm/package-json.html#funding --- package.json | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 6f6fc711..b2442cda 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,6 @@ "build": "npm run $ build", "bundle": "npm run $ bundle", "coveralls": "cat ./coverage/lcov.info | coveralls", - "postinstall": "lightercollective", "test": "npm run $ test" }, "$": { @@ -155,12 +154,14 @@ "domdiff": "^2.2.1", "domtagger": "^0.6.1", "hyperhtml-style": "^0.1.2", - "hyperhtml-wire": "^2.1.0", - "lightercollective": "^0.3.0" + "hyperhtml-wire": "^2.1.0" }, "collective": { "type": "opencollective", - "url": "https://opencollective.com/hyperhtml", - "logo": "logo.txt" + "url": "https://opencollective.com/hyperhtml" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/hyperhtml" } }