Skip to content
This repository has been archived by the owner on Sep 10, 2019. It is now read-only.

Commit

Permalink
chore: update semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
jlengstorf committed Nov 6, 2017
1 parent 99fc785 commit a39cb65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"lint": "eslint src/**/*.js",
"test": "npm run lint --silent && npm run test:unit --silent",
"test:unit": "cross-env NODE_ENV=test jest --coverage",
"semantic-release": "semantic-release pre && npm publish --access public && semantic-release post"
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
},
"dependencies": {
"cross-env": "^5.1.1",
Expand All @@ -46,7 +46,7 @@
"husky": "^0.14.3",
"jest": "^21.2.1",
"prettier": "^1.5.3",
"semantic-release": "^8.0.3"
"semantic-release": "^8.2.0"
},
"jest": {
"coverageReporters": [
Expand Down

0 comments on commit a39cb65

Please sign in to comment.