Skip to content

Commit 2e39ed2

Browse files
Update package.json
remove Open Collective
1 parent 4713426 commit 2e39ed2

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

package.json

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66
"scripts": {
77
"build": "lerna bootstrap",
88
"test": "cd packages/e2e && npm test",
9-
"publish": "lerna run publish-cli",
10-
"postinstall": "opencollective-postinstall"
9+
"publish": "lerna run publish-cli"
1110
},
1211
"repository": {
1312
"type": "git",
@@ -17,12 +16,5 @@
1716
"license": "MIT",
1817
"devDependencies": {
1918
"lerna": "^3.1.2"
20-
},
21-
"dependencies": {
22-
"opencollective-postinstall": "^2.0.0",
23-
},
24-
"collective": {
25-
"type": "opencollective",
26-
"url": "https://opencollective.com/typescript-webpack-starter"
2719
}
2820
}

0 commit comments

Comments
 (0)