Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/twofactor_totp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index a96600d..0666283 100644
--- a/package.json
+++ b/package.json
@@ -6,7 +6,7 @@
"license": "agpl",
"private": true,
"scripts": {
- "build": "webpack --progress --hide-modules --config src/webpack.prod.js",
+ "build": "webpack --progress --config src/webpack.prod.js",
"dev": "webpack --progress --watch --config src/webpack.dev.js",
"lint": "eslint --ext .js,.vue src",
"lint:autofix": "eslint --ext .js,.vue src --fix",
@@ -59,7 +59,7 @@
"vue-server-renderer": "^2.6.12",
"vue-template-compiler": "^2.6.12",
"webpack": "^4.46.0",
- "webpack-cli": "^3.3.12",
+ "webpack-cli": "^4.4.0",
"webpack-merge": "^5.7.3",
"webpack-node-externals": "^2.5.2"
},