regexp-range
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "regexp-range", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "create regex class range string `[一-十]` `[⓪-㊿]` ...", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/bluelovers/regexp-range#readme", |
@@ -47,3 +47,3 @@ "use strict"; | ||
exports.list_range = util_1.listRawToRange(exports.list_range_raw); | ||
console.log(exports.list_range); | ||
//console.log(list_range); | ||
exports.default = exports.list_range; |
@@ -54,4 +54,4 @@ /** | ||
console.log(list_range); | ||
//console.log(list_range); | ||
export default list_range; |
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
15419