all repos — archive/homestead @ 817164e34248c559d4a883bf991e48407111473a

My future indieweb platform

Remove unused dependency

Alan Pearce
commit

817164e34248c559d4a883bf991e48407111473a

parent

2ea9c80f1599398e122e3531c6e9be6b091e60af

3 files changed, 1 insertion(+), 4 deletions(-)

jump to
M bun.lockbbun.lockb

Not showing binary file.

M package.jsonpackage.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" } -}+}
M src/index.tssrc/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";