mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
Setting knex to fixed 0.2.6 version
- hope to change this before release as 0.2.6 has a critical bug, and 0.4.0 doesn't yet work with bookshelf
This commit is contained in:
parent
a144d677e6
commit
b1d02d31f6
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
|||
"showdown": "0.3.1",
|
||||
"sqlite3": "2.1.16",
|
||||
"bookshelf": "0.3.1",
|
||||
"knex": "0.2.6",
|
||||
"knex": "git+https://github.com/tgriesser/knex.git#66ea8d7",
|
||||
"when": "2.2.1",
|
||||
"bcrypt-nodejs": "0.0.3",
|
||||
"node-uuid": "1.4.0",
|
||||
|
|
Loading…
Reference in a new issue