From 80aeb3677d2dff4f00395a3c53b8d7a4c9744c10 Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Sat, 19 Oct 2013 17:50:40 -0400 Subject: [PATCH] added new packages to install script, defaulting to cerulean --- package.json | 8 +++++--- src/install.js | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 818c220824..82f9ace97d 100644 --- a/package.json +++ b/package.json @@ -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" diff --git a/src/install.js b/src/install.js index b0357df8d5..4410dccfe9 100644 --- a/src/install.js +++ b/src/install.js @@ -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) {