Skip to content

Commit 2505677

Browse files
committed
1.1.0
1 parent 3f7ddfa commit 2505677

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

package.json

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
11
{
22
"name": "tree-node-cli",
3-
"version": "1.0.1",
4-
"description":
5-
"Lists the contents of directories in a tree-like format, similar to the Linux tree command.",
6-
"keywords": ["tree", "cli", "node-tree", "command", "file", "directory"],
3+
"version": "1.1.0",
4+
"description": "Lists the contents of directories in a tree-like format, similar to the Linux tree command.",
5+
"keywords": [
6+
"tree",
7+
"cli",
8+
"node-tree",
9+
"command",
10+
"file",
11+
"directory"
12+
],
713
"repository": "[email protected]:yangshun/tree-node-cli.git",
814
"author": "Yangshun Tay <[email protected]>",
915
"license": "MIT",
@@ -24,7 +30,9 @@
2430
"npm": ">= 2.x <= 5.x",
2531
"yarn": ">=0.27.5 || >=1.0.0-20170811"
2632
},
27-
"files": ["bin"],
33+
"files": [
34+
"bin"
35+
],
2836
"devDependencies": {
2937
"jest": "^22.4.3",
3038
"junk": "^2.1.0",

0 commit comments

Comments
 (0)