Comparing version 0.0.1 to 0.0.2
@@ -13,2 +13,3 @@ "use strict" | ||
options.columnSplitter = options.columnSplitter || ' ' | ||
options.spacing = options.spacing || '\n' | ||
@@ -85,3 +86,3 @@ options.widths = options.widths || Object.create(null) | ||
}, [])) | ||
}, []).join('\n') | ||
}, []).join(options.spacing) | ||
} | ||
@@ -88,0 +89,0 @@ |
{ | ||
"name": "columnify", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Render data in text columns, with in-column text-wrap.", | ||
@@ -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
10476
235