Skip to content

Commit 12253dc

Browse files
Added call to donate after npm install (optional)
1 parent 1e22962 commit 12253dc

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

package.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"scripts": {
77
"build": "lerna bootstrap",
88
"test": "cd packages/e2e && npm test",
9-
"publish": "lerna run publish-cli"
9+
"publish": "lerna run publish-cli",
10+
"postinstall": "opencollective-postinstall"
1011
},
1112
"repository": {
1213
"type": "git",
@@ -16,5 +17,12 @@
1617
"license": "MIT",
1718
"devDependencies": {
1819
"lerna": "^3.1.2"
20+
},
21+
"dependencies": {
22+
"opencollective": "^1.0.3"
23+
},
24+
"collective": {
25+
"type": "opencollective",
26+
"url": "https://opencollective.com/typescript-webpack-starter"
1927
}
20-
}
28+
}

0 commit comments

Comments
 (0)