Skip to content

Commit

Permalink
fix(semver): do not publish to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
WesleyCharlesBlake committed Mar 12, 2019
1 parent 9e51464 commit 94e15e9
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,18 @@
"files": [
"dist/babel/src"
],
"release": {
"verifyConditions": [
"@semantic-release/github"
],
"prepare": [
"@semantic-release/npm"
],
"publish": [
"@semantic-release/github"
],
"npmPublish": false
},
"repository": {
"type": "git",
"url": "git+https://github.com/poetapp/node.git"
Expand Down

0 comments on commit 94e15e9

Please sign in to comment.