Comparing version 6.0.1 to 6.0.2
@@ -15,3 +15,4 @@ #!/usr/bin/env node | ||
return /^['"]\./.test(module) ? '' : $0; | ||
}) : | ||
}) | ||
.replace(/(^|[^)])\((require\(.+?\))\)/g, '$1$2') : | ||
output; | ||
@@ -18,0 +19,0 @@ }; |
{ | ||
"name": "ascjs", | ||
"version": "6.0.1", | ||
"version": "6.0.2", | ||
"description": "ES2015 to CommonJS import/export transformer", | ||
@@ -5,0 +5,0 @@ "bin": "bin.js", |
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
15518
317