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 4
4
"description" : " Create your TypeScript module with no nuild configuration" ,
5
5
"scripts" : {
6
6
"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
+
8
10
},
9
11
"repository" : {
10
12
"type" : " git" ,
46
48
"cross-spawn" : " ^6.0.5" ,
47
49
"fs-extra" : " ^7.0.0" ,
48
50
"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"
50
53
},
51
54
"devDependencies" : {
52
55
"marked" : " ^0.4.0" ,
53
56
"semantic-release" : " ^15.9.9"
54
- }
57
+ },
58
+ "collective" : {
59
+ "type" : " opencollective" ,
60
+ "url" : " https://opencollective.com/typescript-webpack-starter"
61
+ }
55
62
}
You can’t perform that action at this time.
0 commit comments