Skip to content

Commit 36c702f

Browse files
fix: Remove Open Collective Post Install (#54)
remove Open Collective Post Install - the project still can use Open Collective, but there should be no post install script running.
1 parent 5180d5f commit 36c702f

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

package.json

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212
"jest": "^24.1.0",
1313
"jest-puppeteer": "^4.0.0",
1414
"node-sass": "^4.9.0",
15-
"opencollective-postinstall": "^2.0.2",
16-
"opencollective": "^1.0.3",
1715
"prettier": "^1.16.4",
1816
"prettier-check": "^2.0.0",
1917
"puppeteer": "^1.13.0",
@@ -36,8 +34,7 @@
3634
"build:js": "rollup -c",
3735
"prepublish": "yarn run build",
3836
"travis-deploy-once": "travis-deploy-once",
39-
"semantic-release": "semantic-release",
40-
"postinstall": "opencollective-postinstall"
37+
"semantic-release": "semantic-release"
4138
},
4239
"dependencies": {
4340
"document-register-element": "^1.8.1"
@@ -46,11 +43,7 @@
4643
"type": "git",
4744
"url": "https://github.com/ColinEberhardt/applause-button.git"
4845
},
49-
"collective": {
50-
"type": "opencollective",
51-
"url": "https://opencollective.com/applause-button"
52-
},
5346
"jest": {
5447
"preset": "jest-puppeteer"
5548
}
56-
}
49+
}

0 commit comments

Comments
 (0)