Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "as-table", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "A simple function to print objects as ASCII tables (i.e. in columns)", | ||
@@ -5,0 +5,0 @@ "main": "as-table.js", |
@@ -49,3 +49,3 @@ # as-table | ||
``` | ||
```javascript | ||
asTable = require ('as-table').configure ({ maxTotalWidth: 25, delimiter: ' | ' }) | ||
@@ -52,0 +52,0 @@ |
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
7322