knex/knex.js
Rhys van der Waerden 3846b7182c Make codebase conform to ESLint rules
Just a couple of changes.
2016-05-17 01:01:34 +10:00

9 lines
224 B
JavaScript

// Knex.js
// --------------
// (c) 2014 Tim Griesser
// Knex may be freely distributed under the MIT license.
// For details and documentation:
// http://knexjs.org
module.exports = require('./lib/index');