@dosgato/templating
Advanced tools
Comparing version 0.0.10 to 0.0.12
@@ -105,3 +105,3 @@ "use strict"; | ||
cssBlocks() { | ||
return this.constructor.cssBlocks().keys(); | ||
return this.constructor.cssBlocks.keys(); | ||
} | ||
@@ -112,3 +112,3 @@ /** | ||
jsBlocks() { | ||
return this.constructor.jsBlocks().keys(); | ||
return this.constructor.jsBlocks.keys(); | ||
} | ||
@@ -115,0 +115,0 @@ } |
@@ -5,1 +5,2 @@ export * from './apitemplate'; | ||
export * from './provider'; | ||
export * from './uitemplate'; |
@@ -21,1 +21,2 @@ "use strict"; | ||
__exportStar(require("./provider"), exports); | ||
__exportStar(require("./uitemplate"), exports); |
{ | ||
"name": "@dosgato/templating", | ||
"version": "0.0.10", | ||
"version": "0.0.12", | ||
"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
32383
630