@dosgato/templating
Advanced tools
Comparing version 0.0.13 to 0.0.14
@@ -104,3 +104,3 @@ "use strict"; | ||
cssBlocks() { | ||
return this.constructor.cssBlocks.keys(); | ||
return Array.from(this.constructor.cssBlocks.keys()); | ||
} | ||
@@ -111,3 +111,3 @@ /** | ||
jsBlocks() { | ||
return this.constructor.jsBlocks.keys(); | ||
return Array.from(this.constructor.jsBlocks.keys()); | ||
} | ||
@@ -114,0 +114,0 @@ } |
{ | ||
"name": "@dosgato/templating", | ||
"version": "0.0.13", | ||
"version": "0.0.14", | ||
"description": "A library to support building templates for dosgato CMS.", | ||
@@ -5,0 +5,0 @@ "exports": { |
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
32337