From e1ff15877521ac07c049da0999d1e6aa3f81a684 Mon Sep 17 00:00:00 2001 From: hemanth-hk Date: Sun, 5 Apr 2020 22:09:50 +0530 Subject: [PATCH] Added tags --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index ff78662..5d687ac 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "synix", "version": "0.2.8", - "description": "A nodeJs CLI to make the use of command-line easy", + "description": "A no-flag nodeJs CLI to make the use of command-line easy and uniform", "main": "sx.js", "preferGlobal": true, "bin": { @@ -19,10 +19,11 @@ "url": "git+https://github.com/synixjs/synix.git" }, "keywords": [ + "synixjs", + "synix", "npm", "node", "cli", - "easy", "commands" ], "author": "Hemanth Kumar and Kunal Katiyar",