@bigcommerce/stencil-paper-handlebars
Advanced tools
Comparing version 5.7.2 to 5.7.3
@@ -363,3 +363,3 @@ 'use strict'; | ||
if (this.logger !== console) { | ||
console.log = this.logger.log.bind(this.logger); | ||
console.log = this.logger.info.bind(this.logger); | ||
console.info = this.logger.info.bind(this.logger); | ||
@@ -366,0 +366,0 @@ console.error = this.logger.error.bind(this.logger); |
{ | ||
"name": "@bigcommerce/stencil-paper-handlebars", | ||
"version": "5.7.2", | ||
"version": "5.7.3", | ||
"description": "A paper plugin to render pages using Handlebars.js", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is too big to display
854749