summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2023-04-10 21:00:22 -0400
committerDaniel Micay <danielmicay@gmail.com>2023-04-10 21:00:36 -0400
commit54f034199425be66e19d04dd695cc195d794e077 (patch)
tree6c5f9b5dc4dadb5329b627a9e4cee7980a346aaf /package.json
parent60b934f77c7f838b41683acb1d79864131ecec9c (diff)
switch to terser fork of html-minifier
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 807863e3..8688d5fd 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
"dependencies": {
"csso-cli": "^4.0.2",
"eslint": "^8.38.0",
- "html-minifier": "^4.0.0",
+ "html-minifier-terser": "^7.1.0",
"stylelint": "^15.4.0",
"stylelint-config-standard": "^32.0.0",
"terser": "^5.16.9",