Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-03-05fix(npm) pass npm context everywhereGar
Instead of files randomly requiring the npm singleton, we pass it where it needs to go so that tests don't need to do so much require mocking everywhere PR-URL: https://github.com/npm/cli/pull/2772 Credit: @wraithgar Close: #2772 Reviewed-by: @ruyadorno
2020-12-15allow for rebuilding by pathnlf
PR-URL: https://github.com/npm/cli/pull/2342 Credit: @nlf Close: #2342 Reviewed-by: @ruyadorno
2020-11-27test: add lib/rebuild.js testsRuy Adorno
Fixes: https://github.com/npm/statusboard/issues/166 PR-URL: https://github.com/npm/cli/pull/2244 Credit: @ruyadorno Close: #2244 Reviewed-by: @darcyclarke