Skip to content

Commit

Permalink
Merge branch 'master' of github.com:patternsonio/Octopus
Browse files Browse the repository at this point in the history
  • Loading branch information
lassediercks committed Jun 25, 2018
2 parents ccc4ebc + c7dcc0d commit d7624cc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,17 +39,17 @@
},
"release": {
"verifyConditions": [
"@semantic-release/github",
"@patternson/release",
"@semantic-release/npm",
"@semantic-release/github"
"@semantic-release/npm"
],
"prepare": [
"@semantic-release/npm"
],
"publish": [
"@patternson/release",
"@semantic-release/github",
"@semantic-release/npm",
"@semantic-release/github"
"@patternson/release"
]
}

Expand Down

0 comments on commit d7624cc

Please sign in to comment.