mirror of
https://github.com/knex/knex.git
synced 2025-06-26 22:00:25 +00:00
parent
932fa4b683
commit
1f8567393c
3
knex.js
3
knex.js
@ -5,4 +5,7 @@
|
||||
// For details and documentation:
|
||||
// http://knexjs.org
|
||||
|
||||
// Should be safe to remove after support for Node.js 6 is dropped
|
||||
require('@babel/polyfill');
|
||||
|
||||
module.exports = require('./lib/index');
|
||||
|
@ -7,6 +7,7 @@
|
||||
"node": ">=6"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/polyfill": "^7.0.0",
|
||||
"bluebird": "^3.5.2",
|
||||
"chalk": "2.4.1",
|
||||
"commander": "^2.18.0",
|
||||
|
Loading…
x
Reference in New Issue
Block a user