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
2017-03-11fs-vacuum@1.2.10Kat Marchán
Fixes: #14012 PR-URL: https://github.com/npm/fs-vacuum/pull/6 Credit: @helio-frota Reviewed-By: @zkat
2016-04-22fs-vacuum@1.2.9Rebecca Turner
Code cleanup, CI & dep updates. A fix for AIX where a non-empty directory can cause `fs.rmDir` to fail with `EEXIST` instead of `ENOTEMPTY` and three new tests Credit: @othiym23 Credit: @richardlau
2015-10-16src: install npm@3 with npm@2Forrest L Norvell
Restore the ability to do one-shot upgrades from the versions of npm bundled with Node 0.8 to npm@3, which simplifies using Travis with old Node and new npm, for compatibility testing purposes. Older versions of npm repack packages on install, which works poorly with the way npm@3 handles bundledDependencies with flat trees. Fixes: #9668 PR-URL: https://github.com/npm/npm/pull/9981
2015-09-10fs-vacuum@1.2.7Rebecca Turner
2015-07-01graceful-fs@4.1.2isaacs
PR-URL: https://github.com/npm/npm/pull/8735
2015-06-26deps: deduplicate npm@3 styleRebecca Turner
2015-05-21fs-vacuum@1.2.6Rebecca Turner
2014-12-19fs-vacuum@1.2.5Forrest L Norvell
Mistakes were made. Windows-related mistakes. Now uses path-is-inside so as to make fewer mistakes.
2014-11-12fs-vacuum@1.2.2Forrest L Norvell
Don't complain when somebody writes to a path you're vacuuming after you've checked that it's empty, just log and bail out. Also log when somebody else wins the race to remove the empty directory.
2014-07-02fs-vacuum@1.2.1Forrest L Norvell