Skip to content

Commit

Permalink
2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jonschlinkert committed Apr 7, 2015
1 parent cbf91fc commit 1e0167e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "fill-range",
"description": "Fill in a range of numbers or letters, optionally passing an increment or multiplier to use.",
"version": "2.2.0",
"version": "2.2.2",
"homepage": "https://github.com/jonschlinkert/fill-range",
"author": {
"name": "Jon Schlinkert",
Expand Down Expand Up @@ -29,11 +29,11 @@
"test": "mocha"
},
"dependencies": {
"is-number": "^1.1.0",
"isobject": "^0.2.0",
"is-number": "^1.1.2",
"isobject": "^1.0.0",
"randomatic": "^1.1.0",
"repeat-element": "^1.0.0",
"repeat-string": "^1.5.0"
"repeat-element": "^1.1.0",
"repeat-string": "^1.5.2"
},
"devDependencies": {
"benchmarked": "^0.1.3",
Expand All @@ -57,4 +57,4 @@
"ranges",
"sh"
]
}
}

0 comments on commit 1e0167e

Please sign in to comment.