Comparing version 0.0.8 to 0.0.9
@@ -9,3 +9,3 @@ | ||
if (debug) { | ||
var args = ['debug-----asdfa-sdfa-sd: '].concat(Array.prototype.slice.call(arguments)) | ||
var args = ['debug: '].concat(Array.prototype.slice.call(arguments)) | ||
console.log.apply(console, args) | ||
@@ -17,3 +17,3 @@ } | ||
if (debug) { | ||
var args = ['-as-error: '].concat(Array.prototype.slice.call(arguments)) | ||
var args = ['error: '].concat(Array.prototype.slice.call(arguments)) | ||
console.log.apply(console, args) | ||
@@ -20,0 +20,0 @@ } |
{ | ||
"name": "beepboop", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"description": "beepboop eases hosting a botkit based bot on the beepboop hosting platform.", | ||
@@ -5,0 +5,0 @@ "main": "lib/beepboop.js", |
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
12643