Remove trailing comma

This commit is contained in:
Emily Stark
2014-09-09 14:01:48 -07:00
parent 3f680f76a4
commit b795137fcf

View File

@@ -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 }
}
};