[mock-knex] allow more versions, matching mock-knex (#36863)

This commit is contained in:
Scott Cooper
2019-07-17 14:26:31 -07:00
committed by Andrew Branch
parent 6115ac10be
commit e104ee1990
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -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 -1
View File
@@ -1,6 +1,6 @@
{
"private": true,
"dependencies": {
"knex": "^0.17.6"
"knex": "> 0.8 < 0.20"
}
}