Skip to content

Commit

Permalink
Prepare to release 0.95.12-rc6
Browse files Browse the repository at this point in the history
  • Loading branch information
kibertoad committed Oct 27, 2021
1 parent 50cfa5f commit 63dbd65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "knex",
"version": "0.95.12-rc5",
"version": "0.95.12-rc6",
"description": "A batteries-included SQL query & schema builder for PostgresSQL, MySQL, CockroachDB, MSSQL and SQLite3",
"main": "knex",
"types": "types/index.d.ts",
Expand All @@ -17,7 +17,7 @@
"lint:everything": "npm run lint:types && npm run lint",
"test:unit": "npm run test:unit-only && npm run test:cli",
"test:unit-only": "mocha --exit -t 10000 --config test/mocha-unit-config-test.js",
"test:db": "mocha --exit -t 10000 --config test/mocha-integration-config-test.js && npm run test:tape",
"test:db": "mocha --exit -t 10000 --config test/mocha-integration-config-test.js",
"test:db:coverage": "nyc mocha --exit --check-leaks -t 10000 --config test/mocha-integration-config-test.js && npm run test:tape",
"test:db:no-oracle": "cross-env DB=\"mssql mysql mysql2 postgres sqlite3\" mocha --exit -t 10000 --config test/mocha-integration-config-test.js && npm run test:tape",
"test": "mocha --exit -t 10000 --config test/mocha-all-config-test.js && npm run test:tape && npm run test:cli",
Expand Down

0 comments on commit 63dbd65

Please sign in to comment.