Replace bun-types with @types/bun
2 files changed, 1 insertion(+), 1 deletion(-)
jump to
M package.json → package.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",