Skip to content

Commit

Permalink
2.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jonschlinkert committed Dec 12, 2016
1 parent ffcb332 commit 9a0ec49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "expand-brackets",
"description": "Expand POSIX bracket expressions (character classes) in glob patterns.",
"version": "2.1.3",
"version": "2.1.4",
"homepage": "https://github.com/jonschlinkert/expand-brackets",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"contributors": [
Expand All @@ -27,7 +27,7 @@
"test": "mocha"
},
"dependencies": {
"debug": "^2.2.0",
"debug": "^2.3.3",
"define-property": "^0.2.5",
"extend-shallow": "^2.0.1",
"posix-character-classes": "^0.1.0",
Expand Down

0 comments on commit 9a0ec49

Please sign in to comment.