@xylit/ssg
Advanced tools
Comparing version 0.0.7 to 0.0.8
{ | ||
"name": "@xylit/ssg", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"description": "A pure static site generator", | ||
@@ -5,0 +5,0 @@ "homepage": "https://ssg.xylit.dev/", |
@@ -55,5 +55,5 @@ import { parse } from "acorn"; | ||
format: "module", | ||
shortCircuit: true, | ||
shortCircuit: false, | ||
source: await compile(source.toString()), | ||
}; | ||
} |
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
47224