@bigcommerce/stencil-paper
Advanced tools
Comparing version 1.1.5 to 1.1.6
@@ -237,3 +237,3 @@ 'use strict'; | ||
if (this.translate) { | ||
context.localeName = this.translate.localeName; | ||
context.locale_name = this.translate.localeName; | ||
} | ||
@@ -240,0 +240,0 @@ |
{ | ||
"name": "@bigcommerce/stencil-paper", | ||
"version": "1.1.5", | ||
"version": "1.1.6", | ||
"description": "A stencil plugin to register partials and helpers from handlebars and returns the compiled version for the stencil platform.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -16,3 +16,3 @@ var Code = require('code'), | ||
'pages/partial': '<p></p>', | ||
'pages/localeName': '{{localeName}}', | ||
'pages/localeName': '{{locale_name}}', | ||
}; | ||
@@ -19,0 +19,0 @@ |
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
96671