added new packages to install script, defaulting to cerulean

This commit is contained in:
Julian Lam
2013-10-19 17:50:40 -04:00
parent f92bbdaefa
commit 80aeb3677d
2 changed files with 6 additions and 4 deletions

View File

@@ -37,12 +37,14 @@
"request": "~2.25.0",
"reds": "~0.2.4",
"winston": "~0.7.2",
"nodebb-plugin-mentions": "~0.1.12",
"nodebb-plugin-markdown": "~0.1.7",
"rss": "~0.2.0",
"prompt": "~0.2.11",
"uglify-js": "~2.4.0",
"validator": "~1.5.1"
"validator": "~1.5.1",
"nodebb-plugin-mentions": "~0.1.12",
"nodebb-plugin-markdown": "~0.1.7",
"nodebb-theme-vanilla": "0.0.1",
"nodebb-theme-cerulean": "0.0.1"
},
"optionalDependencies": {
"hiredis": "~0.1.15"

View File

@@ -163,7 +163,7 @@ var async = require('async'),
value: 'local'
}, {
field: 'theme:id',
value: 'nodebb-theme-vanilla'
value: 'nodebb-theme-cerulean'
}];
async.each(defaults, function (configObj, next) {