fill-range
Advanced tools
Comparing version 1.3.0 to 1.4.0
@@ -68,3 +68,2 @@ /*! | ||
sep = '|'; | ||
} | ||
@@ -218,3 +217,3 @@ | ||
if (sep === '|') { | ||
res = '(' + res + ')'; | ||
res = '(?:' + res + ')'; | ||
} | ||
@@ -221,0 +220,0 @@ return [res]; |
{ | ||
"name": "fill-range", | ||
"description": "Fill in a range of numbers or letters, optionally passing an increment or multiplier to use.", | ||
"version": "1.3.0", | ||
"version": "1.4.0", | ||
"homepage": "https://github.com/jonschlinkert/fill-range", | ||
@@ -6,0 +6,0 @@ "author": { |
@@ -188,4 +188,4 @@ # fill-range [![NPM version](https://badge.fury.io/js/fill-range.svg)](http://badge.fury.io/js/fill-range) | ||
_This file was generated by [verb](https://github.com/assemble/verb) on January 11, 2015._ | ||
_This file was generated by [verb](https://github.com/assemble/verb) on January 14, 2015._ | ||
[randomatic]: https://github.com/jonschlinkert/randomatic |
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
11564