compose-regexp
Advanced tools
Comparing version 0.6.12 to 0.6.13
@@ -5,15 +5,9 @@ # Change Log | ||
## v0.6.12 | ||
## v0.6.11, v0.6.12, v0.6.13 | ||
*2022-05-05* | ||
Dummy release to debug NPM issue | ||
## v0.6.11 | ||
*2022-05-05* | ||
### Bug fixes | ||
- Fix the postinstall script | ||
- Fix the postinstall script and other NPM-related shenanigans | ||
@@ -20,0 +14,0 @@ ## v0.6.10 |
{ | ||
"name": "compose-regexp", | ||
"version": "0.6.12", | ||
"version": "0.6.13", | ||
"description": "A set of functions to build and compose complex regular expressions", | ||
@@ -45,3 +45,3 @@ "type": "module", | ||
"devDependencies": { | ||
"compose-regexp": "0.6.11", | ||
"compose-regexp": "0.6.12", | ||
"gosub": "1.1.0", | ||
@@ -48,0 +48,0 @@ "ospec": "^4.1.1", |
@@ -19,2 +19,4 @@ import fs from 'fs' | ||
await npm('cache', 'clean', '--force') | ||
await npm('i') | ||
@@ -21,0 +23,0 @@ |
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
152486
2735