mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-02 20:16:04 +01:00
nconf and redis wrapper no longer global objects. jshinted app.js. updated sockets.io to latest
This commit is contained in:
@@ -6,6 +6,7 @@ var async = require('async'),
|
||||
prompt = require('prompt'),
|
||||
winston = require('winston'),
|
||||
reds = require('reds'),
|
||||
nconf = require('nconf');
|
||||
|
||||
install = {
|
||||
questions: [{
|
||||
|
||||
Reference in New Issue
Block a user