1.0.1
This commit is contained in:
parent
69d9df605c
commit
8704e60f3e
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "parse-glob",
|
"name": "parse-glob",
|
||||||
"description": "Parse a glob pattern into an object of path parts.",
|
"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",
|
"homepage": "https://github.com/jonschlinkert/parse-glob",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Jon Schlinkert",
|
"name": "Jon Schlinkert",
|
||||||
@ -29,7 +29,8 @@
|
|||||||
"test": "mocha"
|
"test": "mocha"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"glob-path-regex": "^1.0.0"
|
"glob-path-regex": "^1.0.0",
|
||||||
|
"is-glob": "^1.1.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"mocha": "*"
|
"mocha": "*"
|
||||||
|
|||||||
Reference in New Issue
Block a user