about summary refs log tree commit diff stats
path: root/package.json
diff options
context:
space:
mode:
authorAlan Pearce2023-09-12 18:09:08 +0200
committerAlan Pearce2023-09-12 18:09:08 +0200
commit817164e34248c559d4a883bf991e48407111473a (patch)
tree9d974e83e4dcc8efd96e464e9e49cbdeb7330a47 /package.json
parent2ea9c80f1599398e122e3531c6e9be6b091e60af (diff)
downloadwebsite-817164e34248c559d4a883bf991e48407111473a.tar.lz
website-817164e34248c559d4a883bf991e48407111473a.tar.zst
website-817164e34248c559d4a883bf991e48407111473a.zip
Remove unused dependency
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 1 insertions, 3 deletions
diff --git a/package.json b/package.json
index 0eb65a3..314e9f9 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,6 @@
   "name": "homestead",
   "module": "src/index.ts",
   "devDependencies": {
-    "@types/contains-path": "^1.0.2",
     "bun-html-live-reload": "^0.1.1",
     "bun-types": "latest"
   },
@@ -11,7 +10,6 @@
   },
   "type": "module",
   "dependencies": {
-    "contains-path": "^1.0.0",
     "toml": "^3.0.0"
   }
-}
\ No newline at end of file
+}