Convert to npm#449
Conversation
|
CI status: Travis is red, failing at the
Same root cause as EdgeApp/disklet#45 — after the npm conversion mocha isn't loading the TypeScript register, so |
|
Applied in 332e586. Pinned |
j0ntz
left a comment
There was a problem hiding this comment.
Approving — review threads are settled (the remaining open thread, where present, has a pending note to answer or address before merging) and real CI is green; block-wip-pr clears once the fixups are squashed.
socket fix --all --range-style preserve --minimum-release-age 7d --no-major-updates
…WN_FILE_EXTENSION in tests)
14d276a to
f789ab8
Compare
Note
Low Risk
Tooling and documentation only; no runtime or library code changes in this diff.
Overview
Switches the repo from Yarn to npm as the documented and CI package manager.
Travis now runs
npm run verifyinstead ofyarn verify..yarnrcis deleted and.npmrcaddslegacy-peer-deps=truefor installs..gitignoreno longer ignorespackage-lock.json, so the npm lockfile can be committed. README anddocs/currency-integration.mdtell contributors to usenpm run startinstead ofyarn startfor the Webpack dev server.Reviewed by Cursor Bugbot for commit f789ab8. Bugbot is set up for automated code reviews on this repo. Configure here.