Skip to content

Commit 7349da6

Browse files
committed
Release v0.1.0
1 parent f6c2458 commit 7349da6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "list-it",
3-
"version": "0.0.0",
3+
"version": "0.1.0",
44
"description":
5-
"Create a table of string from the bi-dimensional array.",
5+
"This module is used to create a preformatted text table.",
66
"repository": {
77
"type": "git",
88
"url": "https://github.com/takamin/list-it"
@@ -14,7 +14,7 @@
1414
"scripts": {
1515
"test": "node ./test/test.js"
1616
},
17-
"keywords": [ "text", "format", "cli", "array" ],
17+
"keywords": [ "console", "pre", "text", "column", "table", "format", "cli" ],
1818
"author": "Koji Takami",
1919
"license": "MIT"
2020
}

0 commit comments

Comments
 (0)