Prevent package-lock.json being created (vibe-kanban) (#728)

* Done! Created [`.npmrc`](file:///private/var/folders/m1/9q_ct1913z10v6wbnv54j25r0000gn/T/vibe-kanban/worktrees/vk-f75f-prevent-pa/.npmrc) with `package-lock=false` and `engine-strict=true` to prevent package-lock.json creation and enforce pnpm usage.

* remove package-lock (we use pnpm)
This commit is contained in:
Louis Knight-Webb
2025-09-15 21:55:27 +01:00
committed by GitHub
parent d79a61f3df
commit 906c6d60e0
3 changed files with 2 additions and 10450 deletions

2
.npmrc Normal file
View File

@@ -0,0 +1,2 @@
package-lock=false
engine-strict=true

File diff suppressed because it is too large Load Diff

1432
package-lock.json generated

File diff suppressed because it is too large Load Diff