Comparing version 0.0.2 to 0.0.3
@@ -23,4 +23,2 @@ // Generated by CoffeeScript 1.6.3 | ||
window.prefixes = prefixes; | ||
updateArrays = function() { | ||
@@ -31,4 +29,4 @@ var array, key, lengths, maxLength, _results; | ||
return p.length; | ||
}).max(); | ||
maxLength = Array.prototype.max.apply(lengths); | ||
}); | ||
maxLength = Math.max.apply({}, lengths); | ||
_results = []; | ||
@@ -35,0 +33,0 @@ for (key in prefixes) { |
{ | ||
"name": "bows", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "Rainbowed console logs for chrome in development", | ||
"main": "bows.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"test": "node test.js" | ||
}, | ||
@@ -9,0 +9,0 @@ "devDependencies": { |
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
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
3649
6
66
2