@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.js CHANGED
@@ -24853,7 +24853,7 @@ const setLocale = (trial) => {
24853
24853
  };
24854
24854
  // Initialize translations
24855
24855
  instance.use(ICU).init({
24856
- debug: process.env.DEBUG === "true",
24856
+ debug: "false" === "true",
24857
24857
  resources: resources(),
24858
24858
  });
24859
24859
  // Setup Handlebars' helpers