Skip to content

Commit

Permalink
Remove open collective post install
Browse files Browse the repository at this point in the history
  • Loading branch information
adamkleingit committed Dec 27, 2019
1 parent bb34504 commit 1c11209
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions package.json
Expand Up @@ -52,8 +52,7 @@
"test:slow": "./node_modules/.bin/testcafe chrome e2e/*.testcafe.js --speed 0.1",
"test:setup": "npm run build && cd example/cli && npm install && cp -rf ../../dist node_modules/angular-tree-component/",
"prepublishOnly": "cd example/cli && npm install && cd ../../ && npm run build",
"e2e:tsc": "../node_modules/.bin/tsc --p e2e/tsconfig.json",
"postinstall": "opencollective-postinstall || true"
"e2e:tsc": "../node_modules/.bin/tsc --p e2e/tsconfig.json"
},
"files": [
"dist/"
Expand All @@ -68,8 +67,7 @@
"dependencies": {
"lodash": "^4.17.11",
"mobx": "^4.15.1",
"mobx-angular": "3.0.3",
"opencollective-postinstall": "^2.0.2"
"mobx-angular": "3.0.3"
},
"devDependencies": {
"@angular-devkit/core": "^8.1.0",
Expand Down

0 comments on commit 1c11209

Please sign in to comment.