Comparing version 2.2.4 to 2.2.5
{ | ||
"name": "rimraf", | ||
"version": "2.2.4", | ||
"version": "2.2.5", | ||
"main": "rimraf.js", | ||
@@ -11,5 +11,2 @@ "description": "A deep deletion module for node (like `rm -rf`)", | ||
}, | ||
"optionalDependencies": { | ||
"graceful-fs": "~2" | ||
}, | ||
"repository": "git://github.com/isaacs/rimraf.git", | ||
@@ -16,0 +13,0 @@ "scripts": { |
@@ -5,11 +5,4 @@ module.exports = rimraf | ||
var path = require("path") | ||
, fs | ||
var fs = require("fs") | ||
try { | ||
// optional dependency | ||
fs = require("graceful-fs") | ||
} catch (er) { | ||
fs = require("fs") | ||
} | ||
// for EMFILE handling | ||
@@ -16,0 +9,0 @@ var timeout = 0 |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
0
8594
10
198