gulp-match
Advanced tools
Comparing version 0.2.0 to 0.2.1
{ | ||
"name": "gulp-match", | ||
"description": "Does a vinyl file match a condition?", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"homepage": "https://github.com/robrich/gulp-match", | ||
@@ -16,3 +16,3 @@ "repository": "git://github.com/robrich/gulp-match.git", | ||
"dependencies": { | ||
"minimatch": "^0.4.0" | ||
"minimatch": "^1.0.0" | ||
}, | ||
@@ -25,3 +25,3 @@ "devDependencies": { | ||
"scripts": { | ||
"test": "mocha && jshint ./index.js && jshint ./test/." | ||
"test": "mocha && jshint ./index.js ./test/." | ||
}, | ||
@@ -28,0 +28,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
8071
7
+ Addedminimatch@1.0.0(transitive)
- Removedminimatch@0.4.0(transitive)
Updatedminimatch@^1.0.0