Skip to content

Conversation

@maltehuebner
Copy link
Contributor

Summary

  • Remove yarn.lock in favor of package-lock.json
  • Remove yarn-error.log from .gitignore (no longer relevant)
  • Dependencies are now managed exclusively via npm

Context

The project had a yarn.lock file but the README and CI already referenced npm install. This PR completes the migration to npm as the sole package manager, removing the inconsistency.

Test plan

  • npm install completes successfully
  • npm run build (webpack encore production) compiles without errors

🤖 Generated with Claude Code

maltehuebner and others added 3 commits February 8, 2026 10:21
Switching from Yarn to npm as the sole package manager.
The lock file will be replaced by package-lock.json.

Co-Authored-By: Claude Opus 4.6 <[email protected]>
No longer needed since the project uses npm exclusively.

Co-Authored-By: Claude Opus 4.6 <[email protected]>
Generated by npm install to replace yarn.lock as the dependency
lock file.

Co-Authored-By: Claude Opus 4.6 <[email protected]>
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