Skip to content

Commit

Permalink
fix(semantic release): fix publishing to npm
Browse files Browse the repository at this point in the history
fix publishing to npm

ix publishing to npm
  • Loading branch information
sensone committed Feb 14, 2017
1 parent 4a4c77b commit b87e2dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ before_script:
- npm prune
script:
- npm run test-all
after_success:
- npm run build
after_success:
- npm run report-coverage
- npm run semantic-release
branches:
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
},
"dependencies": {
"babel-cli": "^6.23.0",
"babel-core": "^6.22.1",
"babel-preset-es2015": "^6.22.0"
},
Expand Down

0 comments on commit b87e2dd

Please # to comment.