File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change 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" ,
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}
You can’t perform that action at this time.
0 commit comments