Skip to content

chore: sync package-lock with renamed package - #15

Merged
oreofeolurin merged 1 commit into
mainfrom
chore/lockfile-sync
Jun 11, 2026
Merged

chore: sync package-lock with renamed package#15
oreofeolurin merged 1 commit into
mainfrom
chore/lockfile-sync

Conversation

@oreofeolurin

Copy link
Copy Markdown
Contributor

The committed lock still had "name": "markline" while package.json says @markline/markline, so every npm install regenerated a noisy 581-line diff in working trees.

Re-locked via npm install:

  • syncs the package name (+ adds the license field npm now mirrors into the lock)
  • drops orphaned Tailwind/PostCSS transitive entries (chokidar, jiti, lilconfig, cssesc, …) left behind when Tailwind was removed
  • no dependency version changes

Validated with npm ls (tree consistent with the lock).

The lock still carried name 'markline' while package.json says
'@markline/markline' (renamed in 0.1.x), so every npm install regenerated
a 581-line diff. Re-lock: syncs the name and drops orphaned Tailwind/PostCSS
transitive entries (chokidar, jiti, lilconfig, …) left from the Tailwind
removal. No dependency version changes.
@oreofeolurin
oreofeolurin merged commit 9e60b1a into main Jun 11, 2026
1 check passed
@oreofeolurin
oreofeolurin deleted the chore/lockfile-sync branch June 11, 2026 17:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant