lit-nunjucks
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -227,3 +227,3 @@ const nunjucks = require("nunjucks"); | ||
t.objectProperty( | ||
t.identifier(pair.key.value), | ||
t.stringLiteral(pair.key.value), | ||
this.wrap(pair.value) | ||
@@ -230,0 +230,0 @@ ) |
{ | ||
"name": "lit-nunjucks", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Nunjucks compiler to lit-html", | ||
@@ -5,0 +5,0 @@ "main": "lit-nunjucks.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
51092