merge master in ux-improvements

This commit is contained in:
Nathan Leniz
2015-03-29 19:19:19 +09:00
9 changed files with 205 additions and 83 deletions

View File

@@ -15,7 +15,8 @@ var bonfireSchema = new mongoose.Schema({
difficulty: String,
description: Array,
tests: Array,
challengeSeed: String
challengeSeed: String,
MDNlinks: [String]
});
module.exports = mongoose.model('Bonfire', bonfireSchema);