Lodash and promise no longer required in entry file

This commit is contained in:
Tim Griesser 2014-07-14 13:54:43 -04:00
parent 86c0863147
commit 93cae8f3bc

View File

@ -45,10 +45,6 @@ var Clients = Knex.Clients = {
'websql' : websql
};
// Require lodash.
var _ = require('lodash');
var Promise = require('./lib/promise');
// Each of the methods which may be statically chained from knex.
var QueryInterface = require('./lib/query/methods');