Skip to content

Commit

Permalink
v0.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tgriesser committed Jul 13, 2018
1 parent 675ed87 commit 5eb0c2f
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.15.0",
"version": "0.15.1",
"description": "A batteries-included SQL query & schema builder for Postgres, MySQL and SQLite3 and the Browser",
"main": "knex.js",
"engines": {
Expand Down Expand Up @@ -44,14 +44,14 @@
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-import": "^2.13.0",
"husky": "^0.14.3",
"nyc": "^12.0.2",
"json-loader": "^0.5.7",
"lint-staged": "^7.2.0",
"mocha": "^5.2.0",
"mock-fs": "^4.5.0",
"mssql": "^4.1.0",
"mysql": "^2.15.0",
"mysql2": "^1.5.3",
"nyc": "^12.0.2",
"pg": "^7.4.3",
"pg-query-stream": "^1.1.1",
"prettier": "^1.13.7",
Expand Down

0 comments on commit 5eb0c2f

Please sign in to comment.