Comparing version 1.1.0 to 1.1.1
@@ -8,2 +8,3 @@ 'use strict'; | ||
var rimraf = require('rimraf'); | ||
var objectAssign = require('object-assign'); | ||
@@ -26,2 +27,3 @@ function safeCheck(file) { | ||
opts = objectAssign({}, opts); | ||
cb = cb || function () {}; | ||
@@ -60,3 +62,3 @@ | ||
module.exports.sync = function (patterns, opts) { | ||
opts = opts || {}; | ||
opts = objectAssign({}, opts); | ||
@@ -63,0 +65,0 @@ var force = opts.force; |
{ | ||
"name": "del", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Delete files/folders using globs", | ||
@@ -50,2 +50,3 @@ "license": "MIT", | ||
"is-path-in-cwd": "^1.0.0", | ||
"object-assign": "^2.0.0", | ||
"rimraf": "^2.2.8" | ||
@@ -52,0 +53,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
4087
62
6
+ Addedobject-assign@^2.0.0