gulp-match
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -1,5 +0,3 @@ | ||
/*jshint node:true */ | ||
'use strict'; | ||
"use strict"; | ||
var minimatch = require('minimatch'); | ||
@@ -6,0 +4,0 @@ |
{ | ||
"name": "gulp-match", | ||
"description": "Does a vinyl file match a condition?", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"homepage": "https://github.com/robrich/gulp-match", | ||
@@ -16,8 +16,8 @@ "repository": "git://github.com/robrich/gulp-match.git", | ||
"dependencies": { | ||
"minimatch": "~0.2.14" | ||
"minimatch": "^0.2.14" | ||
}, | ||
"devDependencies": { | ||
"jshint": "~2.4.1", | ||
"mocha": "~1.17.0", | ||
"should": "~3.0.1" | ||
"jshint": "^2.5.0", | ||
"mocha": "^1.18.2", | ||
"should": "^3.3.1" | ||
}, | ||
@@ -28,3 +28,3 @@ "scripts": { | ||
"engines": { | ||
"node": ">= 0.8.0" | ||
"node": ">= 0.10.0" | ||
}, | ||
@@ -31,0 +31,0 @@ "licenses": [ |
Sorry, the diff of this file is not supported yet
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
7871
53
Updatedminimatch@^0.2.14