Skip to content

Commit 08f93ff

Browse files
committed
chore(package): add semantic-release as a dev dependency
Since we use `--ignore-engines` when installing, this is now ok
1 parent 4effb3c commit 08f93ff

File tree

3 files changed

+1316
-34
lines changed

3 files changed

+1316
-34
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,7 @@ jobs:
2020
- stage: release
2121
node_js: 8
2222
os: linux
23-
after_success:
24-
- yarn add -D [email protected]
25-
- yarn semantic-release
23+
after_success: yarn semantic-release
2624
cache:
2725
yarn: true
2826
branches:

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@
2929
"husky": "^0.14.3",
3030
"jest": "^22.0.4",
3131
"lint-staged": "^6.0.0",
32-
"prettier": "^1.8.1"
32+
"prettier": "^1.8.1",
33+
"semantic-release": "^11.0.2"
3334
},
3435
"prettier": {
3536
"singleQuote": true,

0 commit comments

Comments
 (0)