From 250567793ebe3842c98f623946d34239ee167d32 Mon Sep 17 00:00:00 2001 From: Yangshun Tay Date: Sat, 12 May 2018 18:54:31 -0700 Subject: [PATCH] 1.1.0 --- package.json | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 3268098..a952fbe 100644 --- a/package.json +++ b/package.json @@ -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 ", "license": "MIT", @@ -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",