Comparing version 0.0.6 to 0.0.7
@@ -264,3 +264,3 @@ const path = require('path'); | ||
Object.entries(style).forEach(([key, val]) => { | ||
if (val) arr.push(`${$kebabCase(key)}:value`); | ||
if (val) arr.push(`${$kebabCase(key)}:${val}`); | ||
}); | ||
@@ -267,0 +267,0 @@ result = arr.join(';'); |
{ | ||
"name": "nixy", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"description": "HTML templating framework focused on SSR and performance", | ||
@@ -5,0 +5,0 @@ "main": "index.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
45743