Skip to content

Commit 353d402

Browse files
committed
0.1.1
1 parent 3b94e0b commit 353d402

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "to-regex-range",
33
"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.",
4-
"version": "0.1.0",
4+
"version": "0.1.1",
55
"homepage": "https://github.com/jonschlinkert/to-regex-range",
66
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
77
"repository": "jonschlinkert/to-regex-range",

0 commit comments

Comments
 (0)