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
31
31
32
32
# Build files
33
33
dist
34
+ Changelog.md
Original file line number Diff line number Diff line change 6
6
notifications :
7
7
email : false
8
8
node_js :
9
- - ' stable'
9
+ - stable
10
10
- ' 6'
11
11
- ' 4'
12
12
before_install :
@@ -17,7 +17,8 @@ after_success:
17
17
- ' curl -Lo travis_after_all.py https://git.io/travis_after_all'
18
18
- python travis_after_all.py
19
19
- export $(cat .to_export_back) &> /dev/null
20
- - npm run semantic-release
20
+ - npm install -g semantic-release
21
+ - semantic-release
21
22
branches :
22
23
except :
23
24
- /^v\d+\.\d+\.\d+$/
Original file line number Diff line number Diff line change 9
9
"test" : " mocha --compilers js:babel-core/register --recursive" ,
10
10
"test:watch" : " npm test -- --watch" ,
11
11
"lint" : " eslint src/ test/" ,
12
- "semantic-release" : " semantic-release pre && npm publish && semantic-release post" ,
13
12
"precommit" : " lint-staged"
14
13
},
15
14
"repository" : {
55
54
"lint-staged" : " ^4.1.3" ,
56
55
"mocha" : " ^3.5.0" ,
57
56
"prettier" : " ^1.6.1" ,
58
- "semantic-release" : " ^4.3.5" ,
59
57
"webpack" : " ^3.5.5"
60
58
},
61
59
"engines" : {
You can’t perform that action at this time.
0 commit comments