Skip to content

Commit

Permalink
1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yangshun committed May 13, 2018
1 parent 3f7ddfa commit 2505677
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
{
"name": "tree-node-cli",
"version": "1.0.1",
"description":
"Lists the contents of directories in a tree-like format, similar to the Linux tree command.",
"keywords": ["tree", "cli", "node-tree", "command", "file", "directory"],
"version": "1.1.0",
"description": "Lists the contents of directories in a tree-like format, similar to the Linux tree command.",
"keywords": [
"tree",
"cli",
"node-tree",
"command",
"file",
"directory"
],
"repository": "git@github.com:yangshun/tree-node-cli.git",
"author": "Yangshun Tay <tay.yang.shun@gmail.com>",
"license": "MIT",
Expand All @@ -24,7 +30,9 @@
"npm": ">= 2.x <= 5.x",
"yarn": ">=0.27.5 || >=1.0.0-20170811"
},
"files": ["bin"],
"files": [
"bin"
],
"devDependencies": {
"jest": "^22.4.3",
"junk": "^2.1.0",
Expand Down

0 comments on commit 2505677

Please sign in to comment.