3.0.0
This commit is contained in:
parent
e1dca4d772
commit
3a5a5bee37
@ -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",
|
||||
|
||||
Reference in New Issue
Block a user