Comparing version 2.1.0 to 2.1.1
{ | ||
"name": "zaq", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "Yet another fun little logging utility.", | ||
@@ -5,0 +5,0 @@ "main": "zaq.js", |
@@ -163,3 +163,3 @@ const fs = require('fs'); | ||
return typeof method ==== 'function' | ||
return typeof method === 'function' | ||
? method(message, data) | ||
@@ -166,0 +166,0 @@ : null; |
577306