DefinitelyTyped/types/bookshelf/package.json
David Furlong d1d0effcf9 bookshelf:: count return type fix and bump knex version (#37608)
* Update index.d.ts

See https://github.com/bookshelf/bookshelf/issues/1275

* Bump knex dependency version to correspond to new bookshelf version
2019-08-21 08:24:46 -07:00

7 lines
79 B
JSON

{
"private": true,
"dependencies": {
"knex": "^0.17.0"
}
}