Skip to content

Commit 465a5f1

Browse files
committed
make bun package manager
1 parent fce29e6 commit 465a5f1

2 files changed

Lines changed: 40 additions & 8 deletions

File tree

bun.lock

Lines changed: 38 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "minestom-rocks",
33
"type": "module",
44
"version": "0.0.1",
5-
"packageManager": "pnpm@10.17.0",
5+
"packageManager": "bun@1.3.4",
66
"scripts": {
77
"dev": "astro dev",
88
"build": "astro build",
@@ -13,6 +13,7 @@
1313
"@astrojs/check": "^0.9.5",
1414
"astro": "^5.15.9",
1515
"highlight.js": "^11.11.1",
16+
"shiki": "^4.0.2",
1617
"typescript": "^5.9.3"
1718
},
1819
"devDependencies": {

0 commit comments

Comments
 (0)