Skip to content

Commit

Permalink
fix: pin semantic release to v7
Browse files Browse the repository at this point in the history
  • Loading branch information
bahmutov committed Dec 26, 2017
1 parent 90a3a76 commit 32ee322
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,19 @@
"scripts": {
"test": "eslint **/*.js && mocha",
"test-watch": "mocha watch",
"semantic-release": "semantic-release pre && set-auth-token-var-name && npm publish --access public && semantic-release post",
"semantic-release": "semantic-release pre && npm publish --access public && semantic-release post",
"commit": "commit-wizard"
},
"devDependencies": {
"chai": "^4.1.2",
"condition-circle": "^1.6.0",
"condition-circle": "^1.5.0",
"eslint": "^4.13.1",
"eslint-plugin-cypress-dev": "^1.1.2",
"eslint-plugin-mocha": "^4.11.0",
"mocha": "^3.5.0",
"npm-utils": "^2.0.0",
"pre-git": "^3.15.0",
"semantic-release": "8.2.3",
"semantic-release": "7.0.2",
"simple-commit-message": "^3.0.2"
},
"release": {
Expand Down

0 comments on commit 32ee322

Please sign in to comment.