compiler_html
Advanced tools
Comparing version 1.0.6 to 1.0.7
{ | ||
"name": "compiler_html", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"main": "./src/js/index.js", | ||
@@ -5,0 +5,0 @@ "type": "module", |
import {dirname, join} from "path"; | ||
import { fileURLToPath } from "url"; | ||
@@ -7,3 +8,5 @@ export default ( | ||
dirname( | ||
import.meta.url | ||
fileURLToPath( | ||
import.meta.url | ||
) | ||
)), | ||
@@ -10,0 +13,0 @@ "html" |
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
45849
27