Skip to content

Commit

Permalink
0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jonschlinkert committed Jul 11, 2015
1 parent 0835b57 commit 1db8053
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "is-valid-glob",
"description": "Return true if a value is a valid glob pattern or patterns.",
"version": "0.2.0",
"version": "0.3.0",
"homepage": "https://github.com/jonschlinkert/is-valid-glob",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"repository": "jonschlinkert/is-valid-glob",
Expand Down Expand Up @@ -33,5 +33,19 @@
"test",
"valid",
"validate"
]
],
"verb": {
"related": {
"list": [
"gulp",
"vinyl-fs",
"is-glob",
"micromatch",
"braces",
"fill-range",
"expand-range",
"glob-fs"
]
}
}
}

0 comments on commit 1db8053

Please sign in to comment.