about summary refs log tree commit diff stats
path: root/package.json
diff options
context:
space:
mode:
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
+}