Skip to content

Convert from yarn to npm#2

Merged
peachbits merged 2 commits into
masterfrom
convert-to-npm
Jun 12, 2026
Merged

Convert from yarn to npm#2
peachbits merged 2 commits into
masterfrom
convert-to-npm

Conversation

@peachbits

@peachbits peachbits commented May 25, 2026

Copy link
Copy Markdown
Contributor

Note

Low Risk
Lockfile and install-tooling only; no application or dependency version changes beyond the package manager switch.

Overview
Switches the project from Yarn to npm for dependency installation and lockfile management.

Adds package-lock.json (lockfile v3) and .npmrc with legacy-peer-deps=true, and removes yarn.lock. package.json drops the placeholder test script and leaves scripts empty; runtime dependencies are unchanged.

Reviewed by Cursor Bugbot for commit 34df37c. Bugbot is set up for automated code reviews on this repo. Configure here.

@peachbits peachbits force-pushed the convert-to-npm branch 3 times, most recently from b296e70 to f0f2028 Compare May 26, 2026 21:30

@j0ntz j0ntz left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approving — no open review threads and no failing checks; the conversion looks clean here.

@peachbits peachbits merged commit 11d6b8c into master Jun 12, 2026
2 checks passed
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.

2 participants