File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed
Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 66notifications :
77 email : false
88node_js :
9+ - ' 0.12'
910 - ' 4'
11+ - ' 6'
1012before_install :
1113 - npm i -g npm@^2.0.0
1214before_script :
Original file line number Diff line number Diff line change 99 "use-case" : " node test/use-case.js & node test/use-case-nested.js" ,
1010 "semantic-release" : " semantic-release pre && npm publish && semantic-release post" ,
1111 "issues" : " git-issues" ,
12- "check" : " autochecker 0.12.9 4.0 5.0" ,
12+ "check" : " autochecker 0.12.9 4.0 5.0 6 " ,
1313 "check-0.12" : " autochecker 0.12.6" ,
1414 "commit" : " commit-wizard" ,
1515 "size" : " t=\" $(npm pack .)\" ; wc -c \" ${t}\" ; tar tvf \" ${t}\" ; rm \" ${t}\" ;"
2828 "author" : " Gleb Bahmutov <gleb.bahmutov@gmail.com>" ,
2929 "license" : " MIT" ,
3030 "devDependencies" : {
31+ "condition-node-version" : " 1.3.0" ,
3132 "git-issues" : " 1.2.0" ,
3233 "gt" : " 0.10.0" ,
3334 "pre-git" : " 3.8.3" ,
4445 " npm test" ,
4546 " npm run use-case"
4647 ],
47- "pre-push" : [" npm run size" ],
48+ "pre-push" : [
49+ " npm run size"
50+ ],
4851 "post-commit" : [],
4952 "post-checkout" : [],
5053 "post-merge" : []
5154 }
55+ },
56+ "release" : {
57+ "verifyConditions" : {
58+ "path" : " condition-node-version" ,
59+ "node" : " 4"
60+ }
5261 }
5362}
You can’t perform that action at this time.
0 commit comments