tty-table 4.2.0 → 4.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
- package/src/factory.d.ts +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# tty-table 端子台
|
|
2
2
|
|
|
3
|
-
[](http://badge.fury.io/js/tty-table) [](https://coveralls.io/github/tecfu/tty-table?branch=master)
|
|
4
4
|
---
|
|
5
5
|
|
|
6
6
|
Display your data in a table using a terminal, browser, or browser console.
|
package/package.json
CHANGED