From 9dccd439f918c3066c9859f1c12e8c8c6642d154 Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Thu, 17 Feb 2022 17:00:06 -0500 Subject: [PATCH] fix: move webpack modules necessary for build, into `dependencies` --- install/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/install/package.json b/install/package.json index 3f5a273e4d..f5d1084ce9 100644 --- a/install/package.json +++ b/install/package.json @@ -40,6 +40,7 @@ "bootstrap": "3.4.1", "chalk": "4.1.2", "chart.js": "2.9.4", + "clean-webpack-plugin": "4.0.0", "cli-graph": "3.2.2", "clipboard": "2.0.10", "colors": "1.4.0", @@ -137,6 +138,7 @@ "validator": "13.7.0", "visibilityjs": "2.0.2", "webpack": "^5.68.0", + "webpack-merge": "5.8.0", "winston": "3.6.0", "xml": "1.0.1", "xregexp": "5.1.0", @@ -160,9 +162,7 @@ "mocha-lcov-reporter": "1.3.0", "mockdate": "3.0.5", "nyc": "15.1.0", - "smtp-server": "3.9.0", - "webpack-merge": "5.8.0", - "clean-webpack-plugin": "4.0.0" + "smtp-server": "3.9.0" }, "bugs": { "url": "https://github.com/NodeBB/NodeBB/issues"