We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4713426 commit 2e39ed2Copy full SHA for 2e39ed2
package.json
@@ -6,8 +6,7 @@
6
"scripts": {
7
"build": "lerna bootstrap",
8
"test": "cd packages/e2e && npm test",
9
- "publish": "lerna run publish-cli",
10
- "postinstall": "opencollective-postinstall"
+ "publish": "lerna run publish-cli"
11
},
12
"repository": {
13
"type": "git",
@@ -17,12 +16,5 @@
17
16
"license": "MIT",
18
"devDependencies": {
19
"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"
27
}
28
0 commit comments