File tree Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -7,10 +7,12 @@ notifications:
77 email : false
88node_js :
99- 6
10- - 4
1110before_install :
1211- npm i -g npm
1312before_script :
1413- npm prune
1514after_success :
16- - npm run semantic-release
15+ - npm run semantic-release
16+ branches :
17+ except :
18+ - /^v\d+\.\d+\.\d+$/
Original file line number Diff line number Diff line change 11{
22 "compilerOptions" : {
3- "target" : " es2015 " ,
3+ "target" : " es5 " ,
44 "module" : " commonjs" ,
55 "experimentalDecorators" : true ,
66 "moduleResolution" : " node" ,
Original file line number Diff line number Diff line change 11{
22 "dependencies" : {
3- "debug" : " registry:npm/debug#2.0.0+20160511151334" ,
4- "lodash" : " registry:npm/lodash#4.0.0+20160416211519"
53 },
64 "globalDependencies" : {
7- "node" : " registry:env/node#6.0.0+20160610031852"
85 }
96}
You can’t perform that action at this time.
0 commit comments