cloudflare-htmx
Advanced tools
Comparing version 1.0.5 to 1.0.6
@@ -16,1 +16,7 @@ #!/usr/bin/env node | ||
.catch((err) => console.error(err)); | ||
const pkg = { name: rootDir, version: '0.0.0' }; | ||
fs.writeFileSync( | ||
path.resolve(root, 'package.json'), | ||
JSON.stringify(pkg, null, 2) | ||
); |
{ | ||
"name": "cloudflare-htmx", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "HTMX library for Cloudflare Pages", | ||
@@ -5,0 +5,0 @@ "main": "index.ts", |
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
1124562
22993