From 88808ccce0d0050102502327dbe0ccb48eccb5c0 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Fri, 10 Jul 2015 03:21:20 -0400 Subject: [PATCH] feature(iocmd) rm --- bin/iocmd.js | 3 --- package.json | 3 +-- 2 files changed, 1 insertion(+), 5 deletions(-) delete mode 100755 bin/iocmd.js diff --git a/bin/iocmd.js b/bin/iocmd.js deleted file mode 100755 index ed2ddfa4..00000000 --- a/bin/iocmd.js +++ /dev/null @@ -1,3 +0,0 @@ -#!/usr/bin/env iojs - -require('./cloudcmd'); diff --git a/package.json b/package.json index f539efe2..24da7ba2 100644 --- a/package.json +++ b/package.json @@ -17,8 +17,7 @@ "orthodox" ], "bin": { - "cloudcmd": "bin/cloudcmd.js", - "iocmd": "bin/iocmd.js" + "cloudcmd": "bin/cloudcmd.js" }, "scripts": { "bower": "bower",