Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "acho", | ||
"description": "A extremely (but powerful) simple logging system for NodeJS and browser.", | ||
"version": "1.0.1", | ||
"description": "An extremely simple (but powerful) logging system for NodeJS and browser.", | ||
"version": "1.0.2", | ||
"author": { | ||
@@ -15,3 +15,4 @@ "name": "Kiko Beats", | ||
"chalk": "*", | ||
"coffee-script": "*" | ||
"coffee-script": "*", | ||
"existential-default": "^1.0.0" | ||
}, | ||
@@ -18,0 +19,0 @@ "devDependencies": { |
@@ -101,3 +101,2 @@ # acho | ||
Object.keys(this.types).forEach(function(type) { | ||
// if (isSuccessOrInfoMessage(type)) console.log(); | ||
_this.messages[type].forEach(function(message) { | ||
@@ -104,0 +103,0 @@ _this.printLine(type, message); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
25246
3
235
+ Addedexistential-default@^1.0.0
+ Addedexistential@1.0.3(transitive)
+ Addedexistential-default@1.3.1(transitive)
+ Addedlodash.assigninwith@4.2.0(transitive)
+ Addedlodash.defaults@4.0.1(transitive)
+ Addedlodash.rest@4.0.5(transitive)
+ Addedsliced@1.0.1(transitive)