mirror of
https://github.com/knex/knex.git
synced 2025-06-26 22:00:25 +00:00
Reverted knex client breaking change
This commit is contained in:
parent
ea06a429f6
commit
b74cd69e90
@ -60,6 +60,9 @@
|
|||||||
"tape": "node test/tape/index.js | tap-spec",
|
"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)"
|
"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": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git://github.com/tgriesser/knex.git"
|
"url": "git://github.com/tgriesser/knex.git"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user