Skip to content

Commit

Permalink
fix: semantic-release version
Browse files Browse the repository at this point in the history
  • Loading branch information
adrians5j committed Sep 25, 2019
1 parent a690f9c commit 62d9eee
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"prettier": "^1.15.3",
"ramda": "^0.26.1",
"repropose": "^1.0.2",
"semantic-release": "^15.13.12",
"semantic-release": "^15.13.24",
"wait-on": "^3.2.0"
},
"scripts": {
Expand All @@ -59,7 +59,8 @@
"lint-staged": "lint-staged",
"contributors:add": "all-contributors add",
"contributors:generate": "all-contributors generate",
"semantic-release": "semantic-release"
"semantic-release": "semantic-release",
"semantic-releas:setup": "semantic-release-cli setup"
},
"pre-commit": [
"lint-staged"
Expand Down

0 comments on commit 62d9eee

Please sign in to comment.