Skip to content

Commit

Permalink
chore: v.3.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
evenstensberg committed Feb 5, 2019
1 parent f81762c commit 16c9c8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
5 changes: 0 additions & 5 deletions package-lock.json

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

6 changes: 2 additions & 4 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "webpack-cli",
"version": "3.2.2",
"version": "3.2.3",
"description": "CLI for webpack & friends",
"license": "MIT",
"repository": {
Expand Down Expand Up @@ -43,8 +43,7 @@
"travis:integration": "npm run build && npm run test && npm run reportCoverage",
"travis:lint": "npm run build && npm run lint && npm run tslint",
"tslint": "tslint -c tslint.json \"packages/**/*.ts\"",
"watch": "npm run build && tsc -w",
"postinstall": "webpack-cli-donate"
"watch": "npm run build && tsc -w"
},
"husky": {
"hooks": {
Expand Down Expand Up @@ -117,7 +116,6 @@
"loader-utils": "^1.1.0",
"supports-color": "^5.5.0",
"v8-compile-cache": "^2.0.2",
"webpack-cli-scripts": "^1.0.2",
"yargs": "^12.0.4"
},
"peerDependencies": {
Expand Down

0 comments on commit 16c9c8d

Please sign in to comment.