i18nliner-handlebars
Advanced tools
Comparing version 0.0.11 to 0.1.0
{ | ||
"name": "i18nliner-handlebars", | ||
"description": "handlebars i18n made simple", | ||
"version": "0.0.11", | ||
"version": "0.1.0", | ||
"contributors": [ | ||
@@ -26,4 +26,4 @@ { | ||
"grunt-es6-module-transpiler": "~0.6.0", | ||
"handlebars": "~1.3.0", | ||
"i18nliner": "~0.0.11", | ||
"handlebars": ">=1.3 <3", | ||
"i18nliner": "~0.0.16", | ||
"jsdom": "~0.8.10", | ||
@@ -38,6 +38,6 @@ "matchdep": "~0.3.0", | ||
"peerDependencies": { | ||
"handlebars": "~1.3.0", | ||
"i18nliner": "~0.0.11", | ||
"handlebars": ">=1.3 <3", | ||
"i18nliner": "~0.0.16", | ||
"jsdom": "~0.8.10" | ||
} | ||
} |
@@ -49,3 +49,3 @@ /* global describe, it */ | ||
extract("{{t 'dog' count=count}}"), | ||
{"dog_c158cde1": {one: "1 dog", other: "%{count} dogs"}} | ||
{"count_dogs_d378e7": {one: "1 dog", other: "%{count} dogs"}} | ||
); | ||
@@ -52,0 +52,0 @@ assert.deepEqual( |
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
50944