Skip to content

Commit

Permalink
fix: temporaly removes npm publish from semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
breakzplatform committed Oct 23, 2018
1 parent f48a7d1 commit f44245d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 0 additions & 2 deletions .releaserc.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
{
"verifyConditions": [
"@semantic-release/changelog",
"@semantic-release/npm",
"@semantic-release/git"
],
"prepare": [
"@semantic-release/changelog",
"@semantic-release/npm",
"@semantic-release/git"
]
}
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,7 @@
"webpack-cli": "^3.1.0",
"webpack-dev-server": "^3.1.8",
"@semantic-release/changelog": "^3.0.0",
"@semantic-release/git": "^7.0.4",
"@semantic-release/npm": "^5.0.4"
"@semantic-release/git": "^7.0.4"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit f44245d

Please sign in to comment.