From 8e2217b9d5d4fc394fb7bf97f3e34f82838277bd Mon Sep 17 00:00:00 2001 From: Juan Cruz Viotti Date: Mon, 17 Nov 2014 14:14:15 -0400 Subject: [PATCH] Install commander.js --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 2f344933..9b24c9a1 100644 --- a/package.json +++ b/package.json @@ -29,6 +29,7 @@ "url-join": "0.0.1", "lodash": "~2.4.1", "async": "~0.9.0", - "rimraf": "~2.2.8" + "rimraf": "~2.2.8", + "commander": "~2.5.0" } }