json-rules-engine
Advanced tools
Comparing version 3.0.1 to 3.0.2
@@ -1,2 +0,2 @@ | ||
"use strict"; | ||
'use strict'; | ||
@@ -8,5 +8,5 @@ Object.defineProperty(exports, "__esModule", { | ||
function debug(message) { | ||
if (process.env.DEBUG && process.env.DEBUG.match(/json-rules-engine/)) { | ||
if (typeof process !== 'undefined' && process.env && process.env.DEBUG && process.env.DEBUG.match(/json-rules-engine/)) { | ||
console.log(message); | ||
} | ||
} |
{ | ||
"name": "json-rules-engine", | ||
"version": "3.0.1", | ||
"version": "3.0.2", | ||
"description": "Rules Engine expressed in simple json", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
97525