Skip to content

Commit 1435a5b

Browse files
Update package.json
move Open Collective to indicated package.json
1 parent 2e39ed2 commit 1435a5b

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

packages/cli/package.json

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
"description": "Create your TypeScript module with no nuild configuration",
55
"scripts": {
66
"publish-cli": "semantic-release",
7-
"test": "echo \"Error: no test specified\" && exit 1"
7+
"test": "echo \"Error: no test specified\" && exit 1",
8+
"postinstall": "opencollective-postinstall"
9+
810
},
911
"repository": {
1012
"type": "git",
@@ -46,10 +48,15 @@
4648
"cross-spawn": "^6.0.5",
4749
"fs-extra": "^7.0.0",
4850
"semver": "^5.5.1",
49-
"validate-npm-package-name": "^3.0.0"
51+
"validate-npm-package-name": "^3.0.0",
52+
"opencollective-postinstall": "^2.0.0"
5053
},
5154
"devDependencies": {
5255
"marked": "^0.4.0",
5356
"semantic-release": "^15.9.9"
54-
}
57+
},
58+
"collective": {
59+
"type": "opencollective",
60+
"url": "https://opencollective.com/typescript-webpack-starter"
61+
}
5562
}

0 commit comments

Comments
 (0)