about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2023-09-12 18:09:08 +0200
committerAlan Pearce2023-09-12 18:09:08 +0200
commit817164e34248c559d4a883bf991e48407111473a (patch)
tree9d974e83e4dcc8efd96e464e9e49cbdeb7330a47
parent2ea9c80f1599398e122e3531c6e9be6b091e60af (diff)
downloadhomestead-817164e34248c559d4a883bf991e48407111473a.tar.lz
homestead-817164e34248c559d4a883bf991e48407111473a.tar.zst
homestead-817164e34248c559d4a883bf991e48407111473a.zip
Remove unused dependency
-rwxr-xr-xbun.lockbbin3923 -> 2002 bytes
-rw-r--r--package.json4
-rw-r--r--src/index.ts1
3 files changed, 1 insertions, 4 deletions
diff --git a/bun.lockb b/bun.lockb
index e8b79d3..5ccd483 100755
--- a/bun.lockb
+++ b/bun.lockb
Binary files differdiff --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
+}
diff --git a/src/index.ts b/src/index.ts
index 1b181a1..8ae1d0d 100644
--- a/src/index.ts
+++ b/src/index.ts
@@ -4,7 +4,6 @@ import fsp from "node:fs/promises";
 import util from "node:util";
 
 import { withHtmlLiveReload } from "bun-html-live-reload";
-import containsPath from "contains-path";
 
 import readConfig from "./config";