Skip to content

Commit

Permalink
fix: Remove Open Collective Post Install (#54)
Browse files Browse the repository at this point in the history
remove Open Collective Post Install - the project still can use Open Collective, but there should be no post install script running.
  • Loading branch information
monkeywithacupcake authored Apr 28, 2020
1 parent 5180d5f commit 36c702f
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
"jest": "^24.1.0",
"jest-puppeteer": "^4.0.0",
"node-sass": "^4.9.0",
"opencollective-postinstall": "^2.0.2",
"opencollective": "^1.0.3",
"prettier": "^1.16.4",
"prettier-check": "^2.0.0",
"puppeteer": "^1.13.0",
Expand All @@ -36,8 +34,7 @@
"build:js": "rollup -c",
"prepublish": "yarn run build",
"travis-deploy-once": "travis-deploy-once",
"semantic-release": "semantic-release",
"postinstall": "opencollective-postinstall"
"semantic-release": "semantic-release"
},
"dependencies": {
"document-register-element": "^1.8.1"
Expand All @@ -46,11 +43,7 @@
"type": "git",
"url": "https://github.com/ColinEberhardt/applause-button.git"
},
"collective": {
"type": "opencollective",
"url": "https://opencollective.com/applause-button"
},
"jest": {
"preset": "jest-puppeteer"
}
}
}

0 comments on commit 36c702f

Please sign in to comment.