From b795137fcf5d5dca2f56bb011e1da0b64952bc6f Mon Sep 17 00:00:00 2001 From: Emily Stark Date: Tue, 9 Sep 2014 14:01:48 -0700 Subject: [PATCH] Remove trailing comma --- tools/commands.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/commands.js b/tools/commands.js index 1677338723..1d6bc007c9 100644 --- a/tools/commands.js +++ b/tools/commands.js @@ -535,7 +535,7 @@ var buildCommands = { port: { type: String, short: "p", default: "localhost:3000" }, settings: { type: String }, // Undocumented - 'for-deploy': { type: Boolean }, + 'for-deploy': { type: Boolean } } };