Commit 4c939bb
committed
Fix corrupted package-lock.json from git text-merge
The lockfile produced by the previous git merge of PR Lumina-etwork#37 had
corrupted entries - @jest/console and @jest/diff-sequences were
incorrectly marked as optional with platform-specific os constraints,
causing npm ci to fail on CI runners.
Reconstructed from the two parent lockfiles (0c36d0d and 021fd60)
using a clean union merge, then verified with npm install
--package-lock-only. All 876 node_modules entries are present and
cross-platform compatible.1 parent 413b952 commit 4c939bb
1 file changed
Lines changed: 1635 additions & 1720 deletions
0 commit comments