diff options
Diffstat (limited to 'deps/npm/lib/utils/tar.js')
-rw-r--r-- | deps/npm/lib/utils/tar.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/npm/lib/utils/tar.js b/deps/npm/lib/utils/tar.js index 378415eb1..b73c134e4 100644 --- a/deps/npm/lib/utils/tar.js +++ b/deps/npm/lib/utils/tar.js @@ -6,7 +6,7 @@ var npm = require("../npm.js") , path = require("path") , log = require("npmlog") , uidNumber = require("uid-number") - , rm = require("rimraf") + , rm = require("./gently-rm.js") , readJson = require("read-package-json") , cache = require("../cache.js") , myUid = process.getuid && process.getuid() |