File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -31,3 +31,4 @@ node_modules
3131
3232# Build files
3333dist
34+ Changelog.md
Original file line number Diff line number Diff line change 66notifications :
77 email : false
88node_js :
9- - ' stable'
9+ - stable
1010 - ' 6'
1111 - ' 4'
1212before_install :
@@ -17,7 +17,8 @@ after_success:
1717 - ' curl -Lo travis_after_all.py https://git.io/travis_after_all'
1818 - python travis_after_all.py
1919 - export $(cat .to_export_back) &> /dev/null
20- - npm run semantic-release
20+ - npm install -g semantic-release
21+ - semantic-release
2122branches :
2223 except :
2324 - /^v\d+\.\d+\.\d+$/
Original file line number Diff line number Diff line change 99 "test" : " mocha --compilers js:babel-core/register --recursive" ,
1010 "test:watch" : " npm test -- --watch" ,
1111 "lint" : " eslint src/ test/" ,
12- "semantic-release" : " semantic-release pre && npm publish && semantic-release post" ,
1312 "precommit" : " lint-staged"
1413 },
1514 "repository" : {
5554 "lint-staged" : " ^4.1.3" ,
5655 "mocha" : " ^3.5.0" ,
5756 "prettier" : " ^1.6.1" ,
58- "semantic-release" : " ^4.3.5" ,
5957 "webpack" : " ^3.5.5"
6058 },
6159 "engines" : {
You can’t perform that action at this time.
0 commit comments