1.0.0
This commit is contained in:
parent
4f7b0c9de0
commit
7b11be52be
10
package.json
10
package.json
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "parse-glob",
|
||||
"description": "Parse a glob pattern into an object.",
|
||||
"version": "0.1.0",
|
||||
"description": "Parse a glob pattern into an object of path parts.",
|
||||
"version": "1.0.0",
|
||||
"homepage": "https://github.com/jonschlinkert/parse-glob",
|
||||
"author": {
|
||||
"name": "Jon Schlinkert",
|
||||
@ -29,12 +29,10 @@
|
||||
"test": "mocha"
|
||||
},
|
||||
"dependencies": {
|
||||
"glob-path-regex": "^1.0.0",
|
||||
"is-glob": "^1.1.0"
|
||||
"glob-path-regex": "^1.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"mocha": "*",
|
||||
"should": "*"
|
||||
"mocha": "*"
|
||||
},
|
||||
"keywords": []
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user