regexp-range
Advanced tools
Comparing version 1.0.12 to 1.0.14
@@ -6,2 +6,18 @@ # Change Log | ||
## [1.0.14](https://github.com/bluelovers/ws-regexp/compare/regexp-range@1.0.13...regexp-range@1.0.14) (2020-06-09) | ||
**Note:** Version bump only for package regexp-range | ||
## [1.0.13](https://github.com/bluelovers/ws-regexp/compare/regexp-range@1.0.12...regexp-range@1.0.13) (2020-06-08) | ||
**Note:** Version bump only for package regexp-range | ||
## [1.0.12](https://github.com/bluelovers/ws-regexp/compare/regexp-range@1.0.11...regexp-range@1.0.12) (2020-06-06) | ||
@@ -8,0 +24,0 @@ |
{ | ||
"name": "regexp-range", | ||
"version": "1.0.12", | ||
"version": "1.0.14", | ||
"description": "create regex class range string `[一-十]` `[⓪-㊿]` ...", | ||
@@ -36,3 +36,3 @@ "keywords": [ | ||
"lint": "npx eslint **/*.ts", | ||
"test": "jest --coverage", | ||
"test": "jest", | ||
"test:mocha": "npx mocha --require ts-node/register \"!(node_modules)/**/*.{test,spec}.{ts,tsx}\"", | ||
@@ -54,3 +54,3 @@ "npm:publish": "npm publish", | ||
}, | ||
"gitHead": "49d57e3e321cb2f41da8be597ecbc338c461bf8e" | ||
"gitHead": "6ca57ce4e04591289d2e139a7349ab4861e0ba87" | ||
} |
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
30371