Comparing version 0.2.2 to 0.2.3
@@ -22,2 +22,5 @@ { | ||
}, | ||
"engines": { | ||
"node": ">=6" | ||
}, | ||
"files": [ | ||
@@ -42,3 +45,3 @@ "doc", | ||
"name": "febs", | ||
"version": "0.2.2" | ||
"version": "0.2.3" | ||
} |
@@ -51,8 +51,8 @@ | ||
// | ||
if (!console.debug) { | ||
if (global.__debug) { | ||
console.debug = console.warn; | ||
} else { | ||
console.debug = ()=>{} | ||
// if (!console.debug) { | ||
console.debug = function() { | ||
if (__debug) { | ||
console.warn(...arguments); | ||
} | ||
} | ||
} | ||
// } |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
227701