Skip to content

Commit 70138b7

Browse files
committed
chore: v.3.2.3
1 parent 24b6387 commit 70138b7

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

package-lock.json

Lines changed: 0 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "webpack-cli",
3-
"version": "3.2.2",
3+
"version": "3.2.3",
44
"description": "CLI for webpack & friends",
55
"license": "MIT",
66
"repository": {
@@ -43,8 +43,7 @@
4343
"travis:integration": "npm run build && npm run test && npm run reportCoverage",
4444
"travis:lint": "npm run build && npm run lint && npm run tslint",
4545
"tslint": "tslint -c tslint.json \"packages/**/*.ts\"",
46-
"watch": "npm run build && tsc -w",
47-
"postinstall": "webpack-cli-donate"
46+
"watch": "npm run build && tsc -w"
4847
},
4948
"husky": {
5049
"hooks": {
@@ -117,7 +116,6 @@
117116
"loader-utils": "^1.1.0",
118117
"supports-color": "^5.5.0",
119118
"v8-compile-cache": "^2.0.2",
120-
"webpack-cli-scripts": "^1.0.2",
121119
"yargs": "^12.0.4"
122120
},
123121
"peerDependencies": {

0 commit comments

Comments
 (0)