Skip to content

Commit

Permalink
fix(build): configure new version of semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
bankyadam committed Mar 7, 2018
1 parent 7fdfe06 commit b07b1fb
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions package.json
Expand Up @@ -9,12 +9,7 @@
"test": "mocha test-setup.spec.js src --recursive",
"code-style": "eslint src/",
"validate-commit-msg": "validate-commit-msg",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
},
"release": {
"verifyConditions": {
"path": "./node_modules/semantic-release/src/lib/plugin-noop.js"
}
"semantic-release": "semantic-release"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit b07b1fb

Please sign in to comment.