mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-11 02:12:21 -05:00
Fixing SQLite3 back to at the commit which reliably builds on node 10 and 11 for now. Will update again when the project is more stable.
This commit is contained in:
parent
f3c33238ec
commit
20c768e718
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
|||
"moment": "2.0.0",
|
||||
"underscore": "1.4.4",
|
||||
"showdown": "0.3.1",
|
||||
"sqlite3": "git+https://github.com/developmentseed/node-sqlite3.git#master",
|
||||
"sqlite3": "git+https://github.com/developmentseed/node-sqlite3.git#6ae402e",
|
||||
"bookshelf": "0.1.9",
|
||||
"knex": "0.1.7",
|
||||
"when": "2.1.1",
|
||||
|
|
Loading…
Add table
Reference in a new issue