all repos — homestead @ 7f290b9825f475392173640b169e9ed35f47fa9d

Code for my website

Replace bun-types with @types/bun

Alan Pearce
commit

7f290b9825f475392173640b169e9ed35f47fa9d

parent

1e1814c79781d89620a889a0ab25f174d3fcb516

2 files changed, 1 insertion(+), 1 deletion(-)

jump to
M bun.lockbbun.lockb

Not showing binary file.

M package.jsonpackage.json
@@ -6,7 +6,7 @@ "start": "bun run .",
"build": "bun run bin/build.ts" }, "devDependencies": { - "bun-types": "latest", + "@types/bun": "^1.0.12", "cheerio": "1.0.0-rc.12", "highlight.js": "^11.8.0", "marked": "^9.0.3",