intergalactic-migrate
Advanced tools
Comparing version 0.0.0-prerelease.2 to 0.0.0-prerelease.3
{ | ||
"name": "intergalactic-migrate", | ||
"version": "0.0.0-prerelease.2", | ||
"version": "0.0.0-prerelease.3", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "main": "tools/index.js", |
@@ -36,3 +36,3 @@ "use strict"; | ||
} | ||
else if (item.endsWith('.js')) { | ||
else if (item.endsWith('.js') || item.endsWith('.mjs')) { | ||
ast = napi_1.js.parse(source); | ||
@@ -39,0 +39,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
10443