mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-02-19 04:57:54 +01:00
removed unused deps
This commit is contained in:
5
app.js
5
app.js
@@ -25,13 +25,10 @@ nconf.argv().env('__');
|
||||
|
||||
var url = require('url'),
|
||||
async = require('async'),
|
||||
semver = require('semver'),
|
||||
winston = require('winston'),
|
||||
colors = require('colors'),
|
||||
path = require('path'),
|
||||
pkg = require('./package.json'),
|
||||
file = require('./src/file'),
|
||||
utils = require('./public/src/utils.js');
|
||||
file = require('./src/file');
|
||||
|
||||
global.env = process.env.NODE_ENV || 'production';
|
||||
|
||||
|
||||
@@ -4,7 +4,6 @@ var winston = require('winston'),
|
||||
fork = require('child_process').fork,
|
||||
path = require('path'),
|
||||
async = require('async'),
|
||||
_ = require('underscore'),
|
||||
nconf = require('nconf'),
|
||||
fs = require('fs'),
|
||||
file = require('../file'),
|
||||
|
||||
Reference in New Issue
Block a user