@lookit/templates 0.0.1 → 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.browser.js +2 -2
- package/dist/index.browser.js.map +1 -1
- package/dist/index.browser.min.js +2 -2
- package/dist/index.browser.min.js.map +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/dist/index.cjs
CHANGED
|
@@ -24855,7 +24855,7 @@ const setLocale = (trial) => {
|
|
|
24855
24855
|
};
|
|
24856
24856
|
// Initialize translations
|
|
24857
24857
|
instance.use(ICU).init({
|
|
24858
|
-
debug:
|
|
24858
|
+
debug: "false" === "true",
|
|
24859
24859
|
resources: resources(),
|
|
24860
24860
|
});
|
|
24861
24861
|
// Setup Handlebars' helpers
|