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

github.com/alanorth/hugo-theme-bootstrap4-blog.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Orth <alan.orth@gmail.com>2021-03-22 14:45:21 +0300
committerAlan Orth <alan.orth@gmail.com>2021-03-22 14:45:21 +0300
commit5dd511963d23e9dd5a4266b4764692fc934958bc (patch)
treee1ca6d0f1c5a3fa1c7c0c5b1e9eea997ef44b399
parentd24e709cd3fed942cb701ac6249b207fa2d1b67a (diff)
package.json: Only install webpack-cli
We don't explicitly need webpack, as webpack-cli will bring it in for us.
-rw-r--r--package.json3
1 files changed, 1 insertions, 2 deletions
diff --git a/package.json b/package.json
index 3381597..eae2d7c 100644
--- a/package.json
+++ b/package.json
@@ -26,7 +26,6 @@
"clean-css-cli": "^4.3.0",
"rtlcss": "^2.6.2",
"sass": "^1.32.4",
- "webpack": "^5.16.0",
- "webpack-cli": "^3.3.12"
+ "webpack-cli": "^4.5.0"
}
}