diff --git a/package.json b/package.json index 831a99d..b3a4cf1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "parse-glob", "description": "Parse a glob pattern into an object of tokens.", - "version": "2.1.1", + "version": "3.0.0", "homepage": "https://github.com/jonschlinkert/parse-glob", "author": { "name": "Jon Schlinkert", @@ -30,9 +30,10 @@ "prepublish": "browserify -o browser.js -e index.js" }, "dependencies": { - "glob-base": "^0.1.0", - "glob-path-regex": "^1.0.0", - "is-glob": "^1.1.0" + "glob-base": "^0.2.0", + "is-dotfile": "^1.0.0", + "is-extglob": "^1.0.0", + "is-glob": "^1.1.3" }, "devDependencies": { "browserify": "^9.0.3",