Skip to content

Commit

Permalink
remove postinstall
Browse files Browse the repository at this point in the history
  • Loading branch information
epoberezkin committed Apr 19, 2020
1 parent b511ae2 commit 14bdb4b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down Expand Up @@ -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": {
Expand Down

0 comments on commit 14bdb4b

Please sign in to comment.