summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/package.json b/package.json
index 3b538d1..91fb599 100644
--- a/package.json
+++ b/package.json
@@ -13,8 +13,9 @@
"keywords": [],
"author": "",
"license": "ISC",
- "type": "commonjs",
+ "type": "module",
"dependencies": {
- "@11ty/eleventy": "^3.1.2"
+ "@11ty/eleventy": "^3.1.2",
+ "html-minifier-next": "^5.1.7"
}
}