Skip to content

Commit 28e8101

Browse files
louzoshiclaude
andcommitted
chore: switch to pnpm as the sole package manager
- Remove package-lock.json (npm) in favor of pnpm-lock.yaml - Ignore package-lock.json and yarn.lock to prevent lockfile conflicts that broke module resolution in dev Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 86f22e0 commit 28e8101

3 files changed

Lines changed: 3765 additions & 6047 deletions

File tree

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
.pnp.js
77
.yarn/install-state.gz
88

9+
# package manager: this project uses pnpm — keep only pnpm-lock.yaml
10+
package-lock.json
11+
yarn.lock
12+
913
# testing
1014
/coverage
1115

0 commit comments

Comments
 (0)