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
diff options
context:
space:
mode:
authorRebecca Turner <me@re-becca.org>2017-03-08 04:45:33 +0300
committerKat Marchán <kzm@sykosomatic.org>2017-03-10 03:08:24 +0300
commitc3b994b71565eb4f943cce890bb887d810e6e2d4 (patch)
tree3649bcb94effb32d98ab37ffb88ae5defaa92c9d /package.json
parent46aa9bcae088740df86234fc199f7aef53b116df (diff)
install: Use EXDEV aware move instead of rename (#15901)
This will allow moving across devices and moving when filesystems don't support renaming directories full of files. PR-URL: https://github.com/npm/npm/pull/15901 Credit: @iarna Reviewed-By: @zkat
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/package.json b/package.json
index 71ccaad39..475ee9dc5 100644
--- a/package.json
+++ b/package.json
@@ -30,6 +30,7 @@
"main": "./lib/npm.js",
"bin": "./bin/npm-cli.js",
"dependencies": {
+ "@npmcorp/move": "~1.0.0",
"JSONStream": "~1.3.0",
"abbrev": "~1.1.0",
"ansi-regex": "~2.1.1",
@@ -39,6 +40,7 @@
"archy": "~1.0.0",
"asap": "~2.0.5",
"call-limit": "~1.1.0",
+ "bluebird": "~3.4.7",
"chownr": "~1.0.1",
"cmd-shim": "~2.0.2",
"columnify": "~1.5.4",
@@ -111,6 +113,7 @@
"write-file-atomic": "~1.3.1"
},
"bundleDependencies": [
+ "@npmcorp/move",
"abbrev",
"ansi-regex",
"ansicolors",
@@ -119,6 +122,7 @@
"archy",
"asap",
"call-limit",
+ "bluebird",
"chownr",
"cmd-shim",
"columnify",