added new packages to install script, defaulting to cerulean

v1.18.x
Julian Lam 12 years ago
parent f92bbdaefa
commit 80aeb3677d

@ -37,12 +37,14 @@
"request": "~2.25.0", "request": "~2.25.0",
"reds": "~0.2.4", "reds": "~0.2.4",
"winston": "~0.7.2", "winston": "~0.7.2",
"nodebb-plugin-mentions": "~0.1.12",
"nodebb-plugin-markdown": "~0.1.7",
"rss": "~0.2.0", "rss": "~0.2.0",
"prompt": "~0.2.11", "prompt": "~0.2.11",
"uglify-js": "~2.4.0", "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": { "optionalDependencies": {
"hiredis": "~0.1.15" "hiredis": "~0.1.15"

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

Loading…
Cancel
Save