Comparing version 0.2.1 to 0.2.2
@@ -65,2 +65,6 @@ 'use strict'; | ||
} else { | ||
if (pattern.indexOf('!') === 0) { | ||
pattern = pattern.slice(1); | ||
} | ||
glob(pattern, options, done); | ||
@@ -67,0 +71,0 @@ } |
{ | ||
"name": "fs-expand", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"description": "An extended fs glob", | ||
@@ -29,6 +29,6 @@ "main": "index.js", | ||
"dependencies": { | ||
"underscore": "^1.6.0", | ||
"glob": "^4.0.2", | ||
"async": "^0.9.0" | ||
"underscore": "^1.8.0", | ||
"glob": "^5.0.14", | ||
"async": "^1.4.0" | ||
} | ||
} |
@@ -1,3 +0,7 @@ | ||
# fs-expand [](http://badge.fury.io/js/fs-expand) [](https://travis-ci.org/kaelzhang/node-fs-expand) [](https://gemnasium.com/kaelzhang/node-fs-expand) | ||
[](http://badge.fury.io/js/fs-expand) | ||
[](https://travis-ci.org/kaelzhang/node-fs-expand) | ||
[](https://gemnasium.com/kaelzhang/node-fs-expand) | ||
# fs-expand | ||
fs-expand is a standalone module to fetch all file or directory paths that match the given globbing pattern(s), which is much like [`grunt.file.expand`](http://gruntjs.com/api/grunt.file#grunt.file.expand) | ||
@@ -4,0 +8,0 @@ |
8478
149
81
+ Addedasync@1.5.2(transitive)
+ Addedglob@5.0.15(transitive)
+ Addedminimatch@3.1.2(transitive)
+ Addedpath-is-absolute@1.0.1(transitive)
- Removedasync@0.9.2(transitive)
- Removedglob@4.5.3(transitive)
- Removedminimatch@2.0.10(transitive)
Updatedasync@^1.4.0
Updatedglob@^5.0.14
Updatedunderscore@^1.8.0