Skip to content

Commit

Permalink
fix(tooling): Fixed semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
grantila committed Dec 5, 2018
1 parent a66aaa3 commit 930a5cd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"build": "node_modules/.bin/gulp",
"test": "scripts/test.sh",
"semantic-release": "semantic-release",
"travis-deploy-once": "travis-deploy-once",
"cz": "git-cz"
},
"pre-commit": [
Expand Down Expand Up @@ -46,7 +47,8 @@
"replace": "1.x",
"rimraf-promise": "2.x",
"semantic-release": "15.x",
"typescript": "3.x"
"typescript": "3.x",
"travis-deploy-once": "5.x"
},
"config": {
"commitizen": {
Expand Down

0 comments on commit 930a5cd

Please sign in to comment.