gulp-ignore
Advanced tools
Comparing version 1.2.0 to 1.2.1
{ | ||
"name": "gulp-ignore", | ||
"description": "Include or exclude gulp files from the stream based on a condition", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"homepage": "https://github.com/robrich/gulp-ignore", | ||
@@ -18,12 +18,12 @@ "repository": "git://github.com/robrich/gulp-ignore.git", | ||
"dependencies": { | ||
"through2": "^0.5.1", | ||
"gulp-match": "^0.2.0" | ||
"through2": "~0.6.2", | ||
"gulp-match": "~0.2.1" | ||
}, | ||
"devDependencies": { | ||
"jshint": "^2.5.2", | ||
"mocha": "^1.20.1", | ||
"jshint": "^2.5.6", | ||
"mocha": "^1.21.4", | ||
"should": "^4.0.4" | ||
}, | ||
"scripts": { | ||
"test": "mocha && jshint ./*.js && jshint ./test/*.js" | ||
"test": "mocha && jshint ./index.js ./test/." | ||
}, | ||
@@ -30,0 +30,0 @@ "engines": { |
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
53139
+ Addedthrough2@0.6.5(transitive)
+ Addedxtend@4.0.2(transitive)
- Removedthrough2@0.5.1(transitive)
- Removedxtend@3.0.0(transitive)
Updatedgulp-match@~0.2.1
Updatedthrough2@~0.6.2