mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-11 10:12:00 +08:00
Stop sqlite errors - guess N1 version didn't support Node 6
This commit is contained in:
parent
5a6daf9556
commit
c9c52fae1b
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
||||||
"redis": "2.x.x",
|
"redis": "2.x.x",
|
||||||
"rx": "4.x.x",
|
"rx": "4.x.x",
|
||||||
"sequelize": "3.x.x",
|
"sequelize": "3.x.x",
|
||||||
"sqlite3": "https://github.com/bengotow/node-sqlite3/archive/bengotow/fts5.tar.gz",
|
"sqlite3": "https://github.com/bengotow/node-sqlite3/archive/bengotow/usleep-v3.1.4.tar.gz",
|
||||||
"underscore": "1.x.x"
|
"underscore": "1.x.x"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|
Loading…
Reference in a new issue