Skip to content

Commit

Permalink
0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jonschlinkert committed Apr 27, 2016
1 parent 4acef19 commit 14b5075
Showing 1 changed file with 22 additions and 7 deletions.
29 changes: 22 additions & 7 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "to-regex-range",
"description": "Returns a regex-compatible range from two numbers, min and max. Useful for creating regular expressions to validate numbers, ranges, years, etc. Returns a string, allowing the returned value to be used in regular expressions generated by other libraries.",
"version": "0.1.1",
"version": "0.1.2",
"homepage": "https://github.com/jonschlinkert/to-regex-range",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"repository": "jonschlinkert/to-regex-range",
Expand All @@ -20,12 +20,13 @@
"test": "mocha"
},
"dependencies": {
"is-number": "^2.0.2",
"repeat-string": "^1.5.2"
"is-number": "^2.1.0",
"repeat-string": "^1.5.4"
},
"devDependencies": {
"mocha": "*",
"should": "*"
"gulp-format-md": "^0.1.9",
"mocha": "^2.4.5",
"should": "^8.3.1"
},
"keywords": [
"alpha",
Expand All @@ -47,12 +48,26 @@
"verb": {
"related": {
"list": [
"fill-range",
"expand-range",
"fill-range",
"micromatch",
"repeat-element",
"repeat-string"
]
}
},
"toc": false,
"layout": "default",
"tasks": [
"readme"
],
"plugins": [
"gulp-format-md"
],
"lint": {
"reflinks": true
},
"reflinks": [
"verb"
]
}
}

0 comments on commit 14b5075

Please sign in to comment.