From 8704e60f3e6cbffc0b2940393b0138c74ff8d92c Mon Sep 17 00:00:00 2001 From: jonschlinkert Date: Sat, 7 Feb 2015 16:30:24 -0500 Subject: [PATCH] 1.0.1 --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 740afbb..70bd8e7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "parse-glob", "description": "Parse a glob pattern into an object of path parts.", - "version": "1.0.0", + "version": "1.0.1", "homepage": "https://github.com/jonschlinkert/parse-glob", "author": { "name": "Jon Schlinkert", @@ -29,7 +29,8 @@ "test": "mocha" }, "dependencies": { - "glob-path-regex": "^1.0.0" + "glob-path-regex": "^1.0.0", + "is-glob": "^1.1.0" }, "devDependencies": { "mocha": "*"