Skip to content

Commit 3f6106e

Browse files
chore: wip
1 parent 87eb235 commit 3f6106e

File tree

3 files changed

+12
-24
lines changed

3 files changed

+12
-24
lines changed

bun.lock

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

bunfig.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
[install]
22
registry = { url = "https://registry.npmjs.org/", token = "$BUN_AUTH_TOKEN" }
3+
linker = "hoisted"

package.json

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@
4545
"changelog": "bunx logsmith --verbose",
4646
"changelog:generate": "bunx logsmith --output CHANGELOG.md",
4747
"release": "bun run changelog:generate && bunx bumpx prompt --recursive",
48-
"postinstall": "bunx git-hooks",
4948
"dev:docs": "bun --bun vitepress dev docs",
5049
"build:docs": "bun --bun vitepress build docs",
5150
"preview:docs": "bun --bun vitepress preview docs",
@@ -55,18 +54,9 @@
5554
"dompurify": "^3.3.0"
5655
},
5756
"devDependencies": {
58-
"@stacksjs/bumpx": "^0.2.4",
59-
"@stacksjs/clarity": "^0.3.24",
6057
"@stacksjs/docs": "^0.70.23",
6158
"@stacksjs/eslint-config": "^4.14.0-beta.3",
62-
"@stacksjs/gitlint": "^0.1.5",
63-
"@stacksjs/logsmith": "^0.2.1",
64-
"@types/bun": "^1.3.1",
65-
"buddy-bot": "^0.9.11",
66-
"bun-git-hooks": "^0.3.1",
67-
"bun-plugin-dtsx": "^0.9.9",
68-
"bunfig": "^0.15.6",
69-
"typescript": "^5.9.3"
59+
"better-dx": "^0.2.3"
7060
},
7161
"overrides": {
7262
"unconfig": "0.3.10"

0 commit comments

Comments
 (0)