Skip to content

Commit 15d45e4

Browse files
DhruvBhatia0claude
andauthored
chore: track bun.lock in version control (#21)
bun.lock was gitignored, so the SDK bump in #20 only updated package-lock.json. Track bun.lock so bun users get the pinned dependency tree too. Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 966590a commit 15d45e4

2 files changed

Lines changed: 230 additions & 2 deletions

File tree

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ logs/
1616
.vscode/
1717
.idea/
1818

19-
# Lockfiles (bun/pnpm — npm uses package-lock.json)
20-
bun.lock
19+
# Lockfiles (pnpm — npm uses package-lock.json, bun uses bun.lock)
2120
pnpm-lock.yaml
2221

2322
# ADV plugin state

0 commit comments

Comments
 (0)