Skip to content

Unify Browser and WebSocketServer on npm#42

Merged
srea merged 1 commit into
masterfrom
cursor/unify-npm-e1d0
May 31, 2026
Merged

Unify Browser and WebSocketServer on npm#42
srea merged 1 commit into
masterfrom
cursor/unify-npm-e1d0

Conversation

@srea

@srea srea commented May 31, 2026

Copy link
Copy Markdown
Owner

Summary

Browser used yarn (yarn.lock) and WebSocketServer used npm (package-lock.json) with no intentional split. This PR standardizes both on npm.

Changes

  • Browser/: remove yarn.lock, add package-lock.json
  • CI, Makefile, scripts/verify.sh, README: npm ci / npm run build

Verify

./scripts/verify.sh

Browser previously used yarn while WebSocketServer used npm with no
split rationale. Replace yarn.lock with package-lock.json and align CI,
Makefile, verify script, and README on npm ci / npm run.
@srea srea merged commit b71f319 into master May 31, 2026
3 checks passed
@srea srea deleted the cursor/unify-npm-e1d0 branch May 31, 2026 05:47
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