diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 47922d2..3da8024 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "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", |