mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-16 23:10:29 +00:00
fix: it should be possible to use latest 0.x knex version (#43254)
This commit is contained in:
Vendored
+1
-1
@@ -3,7 +3,7 @@
|
||||
// Definitions by: Jesse Zhang <https://github.com/jessezhang91>
|
||||
// Scott Cooper <https://github.com/scttcper>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 3.0
|
||||
// TypeScript Version: 3.4
|
||||
|
||||
/// <reference types="node" />
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"knex": "> 0.8 < 0.20"
|
||||
"knex": "> 0.8 < 1.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user