Comparing version 0.1.2 to 0.1.3
@@ -20,3 +20,3 @@ 'use strict'; | ||
module.exports = function (patterns, opts, cb) { | ||
if (typeof opts === 'function') { | ||
if (typeof opts !== 'object') { | ||
cb = opts; | ||
@@ -23,0 +23,0 @@ opts = {}; |
{ | ||
"name": "del", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "Delete files/folders using globs", | ||
@@ -46,12 +46,12 @@ "license": "MIT", | ||
"dependencies": { | ||
"each-async": "^0.1.3", | ||
"each-async": "^1.0.0", | ||
"globby": "^0.1.1", | ||
"is-path-cwd": "^0.1.0", | ||
"is-path-in-cwd": "^0.1.0", | ||
"is-path-cwd": "^1.0.0", | ||
"is-path-in-cwd": "^1.0.0", | ||
"rimraf": "^2.2.8" | ||
}, | ||
"devDependencies": { | ||
"fs-extra": "^0.9.1", | ||
"fs-extra": "^0.11.1", | ||
"mocha": "*" | ||
} | ||
} |
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
3592
+ Addedeach-async@1.1.1(transitive)
+ Addedis-path-cwd@1.0.0(transitive)
+ Addedis-path-in-cwd@1.0.1(transitive)
+ Addedis-path-inside@1.0.1(transitive)
+ Addedonetime@1.1.0(transitive)
+ Addedset-immediate-shim@1.0.1(transitive)
- Removedeach-async@0.1.3(transitive)
- Removedis-path-cwd@0.1.0(transitive)
- Removedis-path-in-cwd@0.1.1(transitive)
- Removedis-path-inside@0.1.0(transitive)
Updatedeach-async@^1.0.0
Updatedis-path-cwd@^1.0.0
Updatedis-path-in-cwd@^1.0.0