Skip to content

Commit

Permalink
fix(deps): remove @semantic-release/npm from peerDependencies
Browse files Browse the repository at this point in the history
Migrate settings to "plugins"
Update dependencies
  • Loading branch information
lgaticaq committed Oct 16, 2019
1 parent 303478e commit 4ffcfd5
Show file tree
Hide file tree
Showing 4 changed files with 231 additions and 406 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
@@ -1 +1 @@
v10
12.12.0
17 changes: 4 additions & 13 deletions index.js
@@ -1,19 +1,10 @@
module.exports = {
verifyConditions: [
plugins: [
'@semantic-release/commit-analyzer',
'@semantic-release/release-notes-generator',
'@semantic-release/changelog',
'@semantic-release/npm',
'@semantic-release/git',
'@semantic-release/github'
],
prepare: [
'@semantic-release/changelog',
'@semantic-release/npm',
'@semantic-release/git'
],
publish: [
'@semantic-release/npm',
'@semantic-release/github'
],
success: false,
fail: false
]
}

0 comments on commit 4ffcfd5

Please sign in to comment.