From c4822ad20eb265413ec4555f4e9baed8f66de58f Mon Sep 17 00:00:00 2001 From: Nate Fischer Date: Sun, 13 Mar 2016 15:47:48 -0700 Subject: [PATCH] Add shelljs and bash as keywords in package.json --- package.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package.json b/package.json index faf12ba..c670e8b 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,8 @@ "author": "Artur Adib ", "description": "Portable Unix shell commands for Node.js", "keywords": [ + "shelljs", + "bash", "unix", "shell", "makefile",