Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
break: webpack-cli v.3.0.0
  • Loading branch information
evenstensberg committed Jun 2, 2018
1 parent 660ce95 commit 4857b9d
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 10 deletions.
26 changes: 19 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 9 additions & 3 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "webpack-cli",
"version": "0.0.8-development",
"version": "0.0.9-development",
"description": "CLI for webpack & friends",
"license": "MIT",
"repository": {
Expand Down Expand Up @@ -139,7 +139,11 @@
},
"@semantic-release/npm",
{
"assets": ["package.json", "bin/*.js", "docs"],
"assets": [
"package.json",
"bin/*.js",
"docs"
],
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}
],
Expand Down Expand Up @@ -167,7 +171,9 @@
"successComment": "Congratulations! :tada: This issue has been resolved in version ${nextRelease.version} :tada:\n\nThe release is available on [GitHub release](<github_release_url>). Thank you for contributing to webpack-cli! :blue_heart:"
}
],
"publish": ["@semantic-release/github"]
"publish": [
"@semantic-release/github"
]
},
"dependencies": {
"chalk": "^2.4.1",
Expand Down

0 comments on commit 4857b9d

Please sign in to comment.