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 3cc65c2..72bf3be 100644
--- a/package.json
+++ b/package.json
@@ -34,7 +34,6 @@
"author": "ache",
"license": "MIT",
"devDependencies": {
- "@ltd/j-toml": "^1.30.0",
"cssesc": "^3.0.0",
"hast-util-raw": "^7.2.1",
"hast-util-select": "^5.0.1",
@@ -60,8 +59,10 @@
"rss": "^1.2.2",
"sitemap": "^7.1.1",
"terser": "^5.12.1",
- "toml": "^3.0.0",
"unist-builder": "^3.0.0",
"unist-util-inspect": "^7.0.0"
+ },
+ "dependencies": {
+ "smol-toml": "^1.2.2"
}
}