Skip to content

Commit

Permalink
chore(package): add semantic-release as a dev dependency
Browse files Browse the repository at this point in the history
Since we use `--ignore-engines` when installing, this is now ok
  • Loading branch information
SimenB committed Jan 9, 2018
1 parent 4effb3c commit 08f93ff
Show file tree
Hide file tree
Showing 3 changed files with 1,316 additions and 34 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@ jobs:
- stage: release
node_js: 8
os: linux
after_success:
- yarn add -D semantic-release@11.0.1
- yarn semantic-release
after_success: yarn semantic-release
cache:
yarn: true
branches:
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
"husky": "^0.14.3",
"jest": "^22.0.4",
"lint-staged": "^6.0.0",
"prettier": "^1.8.1"
"prettier": "^1.8.1",
"semantic-release": "^11.0.2"
},
"prettier": {
"singleQuote": true,
Expand Down
Loading

0 comments on commit 08f93ff

Please # to comment.