Skip to content

Commit

Permalink
1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jonschlinkert committed Jan 24, 2015
1 parent c6e0312 commit dcc28ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "expand-range",
"description": "Fast, bash-like range expansion. Expand a range of numbers or letters, uppercase or lowercase. See the benchmarks. Used by micromatch.",
"version": "1.4.0",
"version": "1.5.0",
"homepage": "https://github.com/jonschlinkert/expand-range",
"author": {
"name": "Jon Schlinkert",
Expand Down Expand Up @@ -29,7 +29,7 @@
"index.js"
],
"dependencies": {
"fill-range": "^1.6.0"
"fill-range": "^1.7.1"
},
"devDependencies": {
"benchmarked": "^0.1.1",
Expand Down

0 comments on commit dcc28ba

Please sign in to comment.