Comparing version 1.0.1 to 1.0.2
@@ -139,3 +139,3 @@ 'use strict'; | ||
isCmd() { | ||
if (window !== undefined) { | ||
if (typeof window !== undefined) { | ||
return false; | ||
@@ -142,0 +142,0 @@ } |
{ | ||
"name": "bhala", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "description": "A pretty (!), powerful and customizable logging library for Node.js.", |
87192