From 3dddadfb401e3038e1e8a26d1909b04be0910780 Mon Sep 17 00:00:00 2001 From: Ari Porad Date: Thu, 4 Feb 2016 14:10:52 -0800 Subject: [PATCH] chore(package): add @ariporad and @nfischer as contributors and bump version --- package.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 6109275..53c73ea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "shelljs", - "version": "0.5.3", + "version": "0.6.0", "author": "Artur Adib ", "description": "Portable Unix shell commands for Node.js", "keywords": [ @@ -11,6 +11,10 @@ "jake", "synchronous" ], + "contributors": [ + "Ari Porad (http://ariporad.com/)", + "Nate Fischer " + ], "repository": { "type": "git", "url": "git://github.com/shelljs/shelljs.git"