gulp-ignore
Advanced tools
Comparing version 1.1.0 to 1.2.0
{ | ||
"name": "gulp-ignore", | ||
"description": "Include or exclude gulp files from the stream based on a condition", | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"homepage": "https://github.com/robrich/gulp-ignore", | ||
@@ -18,9 +18,9 @@ "repository": "git://github.com/robrich/gulp-ignore.git", | ||
"dependencies": { | ||
"through2": "^0.4.1", | ||
"gulp-match": "^0.1.0" | ||
"through2": "^0.5.1", | ||
"gulp-match": "^0.2.0" | ||
}, | ||
"devDependencies": { | ||
"jshint": "^2.5.0", | ||
"mocha": "^1.18.2", | ||
"should": "^3.3.1" | ||
"jshint": "^2.5.2", | ||
"mocha": "^1.20.1", | ||
"should": "^4.0.4" | ||
}, | ||
@@ -27,0 +27,0 @@ "scripts": { |
+ Addedgulp-match@0.2.1(transitive)
+ Addedminimatch@1.0.0(transitive)
+ Addedthrough2@0.5.1(transitive)
+ Addedxtend@3.0.0(transitive)
- Removedgulp-match@0.1.1(transitive)
- Removedminimatch@0.3.0(transitive)
- Removedobject-keys@0.4.0(transitive)
- Removedthrough2@0.4.2(transitive)
- Removedxtend@2.1.2(transitive)
Updatedgulp-match@^0.2.0
Updatedthrough2@^0.5.1