summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorache <ache@ache.one>2024-07-17 00:03:47 +0200
committerache <ache@ache.one>2024-08-09 09:22:47 +0200
commit402938b897571932703e9d22d8ea7a73391dda81 (patch)
treee671f4494ba588b3b233c4339c0a9503e225f95a /package.json
parentAdd a robot to robots.txt (diff)
Update toml parser
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"
}
}