Remove unused dependency
1 file changed, 1 insertion(+), 3 deletions(-)
changed files
M package.json → 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 @@ "typescript": "^5.0.0" }, "type": "module", "dependencies": { - "contains-path": "^1.0.0", "toml": "^3.0.0" } -}+}