From 14bdb4b7576984c61be0b96c377efe7021f1564f Mon Sep 17 00:00:00 2001 From: Evgeny Poberezkin Date: Sun, 19 Apr 2020 23:59:37 +0100 Subject: [PATCH] remove postinstall --- package.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/package.json b/package.json index b75b84b34..d2a3d2258 100644 --- a/package.json +++ b/package.json @@ -28,8 +28,7 @@ "test-all": "npm run test-cov && if-node-version 10 npm run test-browser", "test": "npm run lint && npm run build && npm run test-all", "prepublish": "npm run build && npm run bundle", - "watch": "watch \"npm run build\" ./lib/dot", - "postinstall": "opencollective-postinstall || true" + "watch": "watch \"npm run build\" ./lib/dot" }, "nyc": { "exclude": [ @@ -66,7 +65,6 @@ "fast-deep-equal": "^3.1.1", "fast-json-stable-stringify": "^2.0.0", "json-schema-traverse": "^0.4.1", - "opencollective-postinstall": "^2.0.2", "uri-js": "^4.2.2" }, "devDependencies": {