mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
[mock-knex] allow more versions, matching mock-knex (#36863)
This commit is contained in:
committed by
Andrew Branch
parent
6115ac10be
commit
e104ee1990
Vendored
+1
@@ -1,6 +1,7 @@
|
||||
// Type definitions for mock-knex 0.4
|
||||
// Project: https://github.com/colonyamerican/mock-knex
|
||||
// Definitions by: Jesse Zhang <https://github.com/jessezhang91>
|
||||
// Scott Cooper <https://github.com/scttcper>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 3.0
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"knex": "^0.17.6"
|
||||
"knex": "> 0.8 < 0.20"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user