fix: remove stale package-lock.json causing npm install failures

The project declares pnpm@10.32.1 as packageManager but had a committed
package-lock.json. Running npm install produced a broken node_modules
layout. Delete the stale lockfile and add it to .gitignore.

Note: tests were failing before this change due to a missing tsconfig
for vitest.setup.ts — tracked separately as pre-existing issue.

Co-authored-by: Chris Farhood <chris@farhood.org>
Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
This commit was merged in pull request #162.
This commit is contained in:
privilegedescalation-engineer[bot]
2026-05-14 00:15:30 +00:00
committed by GitHub
parent f6a296df1b
commit 61582d7534
2 changed files with 1 additions and 18642 deletions
+1
View File
@@ -5,3 +5,4 @@ dist/
.env .env
.env.local .env.local
.eslintcache .eslintcache
package-lock.json
-18642
View File
File diff suppressed because it is too large Load Diff