Comparing version 0.0.6 to 0.0.7
@@ -1,2 +0,2 @@ | ||
var asciitable = module.exports = function asciitable(options, data) { | ||
var asciitable = function asciitable(options, data) { | ||
var pad = function pad(text, length) { | ||
@@ -74,1 +74,3 @@ if (typeof text === "undefined") { text = ""; } | ||
}; | ||
if(typeof module !== "undefined") module.exports = asciitable; |
{ | ||
"name": "asciitable", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"description": "Render tables in text for tabular terminal fun times!", | ||
@@ -5,0 +5,0 @@ "main": "index.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
8620
6
81