diff options
author | Vitaly Takmazov | 2018-06-13 10:45:57 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2018-06-13 10:45:57 +0300 |
commit | 47fca902ee7b11a4bead5fefc34fcc5be0550436 (patch) | |
tree | 10ce606743c95763fda149f259fff81a2791b299 /juick-www/package.json | |
parent | 2fb96d8a8c527d5eb801eda7436f3b0aaf4b4f26 (diff) |
webpack-cli -> webpack-command
Diffstat (limited to 'juick-www/package.json')
-rw-r--r-- | juick-www/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/juick-www/package.json b/juick-www/package.json index 33345e2d..f7fd90ad 100644 --- a/juick-www/package.json +++ b/juick-www/package.json @@ -4,7 +4,7 @@ "private": true, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", - "compile": "webpack --colors -p" + "compile": "webpack --progress -p" }, "repository": { "type": "git", @@ -31,7 +31,7 @@ "uglify-loader": "^2.0.0", "url-loader": "^1.0.1", "webpack": "^4.12.0", - "webpack-cli": "^3.0.3" + "webpack-command": "^0.2.1" }, "dependencies": { "awesomplete": "^1.1.2", |