mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Remove trailing comma
This commit is contained in:
@@ -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 }
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user