Reverted knex client breaking change

This commit is contained in:
Mikael Lepistö 2016-07-22 02:22:45 +03:00
parent ea06a429f6
commit b74cd69e90

View File

@ -60,6 +60,9 @@
"tape": "node test/tape/index.js | tap-spec",
"test": "npm run lint && npm run babel && istanbul --config=test/.istanbul.yml cover node_modules/mocha/bin/_mocha -- --check-leaks -b -R spec test/index.js && npm run tape && (npm run build && echo BUILD TEST OK || echo BUILD TEST FAILED)"
},
"bin": {
"knex": "./lib/bin/cli.js"
},
"repository": {
"type": "git",
"url": "git://github.com/tgriesser/knex.git"