fill-range
Advanced tools
Comparing version 3.0.1 to 3.0.2
@@ -133,3 +133,3 @@ /*! | ||
if (options.isNumber) { | ||
return toRegex(a, b); | ||
return toRegex(Math.min(a, b), Math.max(a, b)); | ||
} | ||
@@ -136,0 +136,0 @@ var start = String.fromCharCode(Math.min(a, b)); |
{ | ||
"name": "fill-range", | ||
"description": "Fill in a range of numbers or letters, optionally passing an increment or `step` to use, or create a regex-compatible range with `options.toRegex`", | ||
"version": "3.0.1", | ||
"version": "3.0.2", | ||
"homepage": "https://github.com/jonschlinkert/fill-range", | ||
@@ -6,0 +6,0 @@ "author": "Jon Schlinkert (https://github.com/jonschlinkert)", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
14250