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

github.com/nextcloud/twofactor_gateway.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.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json
index 31e1d96..a647f09 100644
--- a/package.json
+++ b/package.json
@@ -8,8 +8,8 @@
"test": "tests"
},
"scripts": {
- "build": "./node_modules/webpack-cli/bin/cli.js --config js/webpack.prod.config.js",
- "dev": "./node_modules/webpack-cli/bin/cli.js --config js/webpack.dev.config.js --watch",
+ "build": "./node_modules/webpack-cli/bin/cli.js --config src/webpack.prod.config.js",
+ "dev": "./node_modules/webpack-cli/bin/cli.js --config src/webpack.dev.config.js --watch",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
@@ -28,7 +28,7 @@
"vue-template-compiler": "^2.6.14"
},
"devDependencies": {
- "webpack": "^4.44.1",
+ "webpack": "^5.72.0",
"webpack-cli": "^3.3.12",
"webpack-merge": "^5.8.0"
}