get cluster from git
This commit is contained in:
parent
a8ed9b3185
commit
f6461c49ee
|
@ -84,7 +84,7 @@
|
||||||
"jsonwebtoken": "^5.4.0",
|
"jsonwebtoken": "^5.4.0",
|
||||||
"lodash": "2.x",
|
"lodash": "2.x",
|
||||||
"letsencrypt-express": "1.1.x",
|
"letsencrypt-express": "1.1.x",
|
||||||
"masterquest-sqlite3": "git://github.com/coolaj86/node-masterquest-sqlite3.git",
|
"masterquest-sqlite3": "git://git.daplie.com/coolaj86/node-masterquest-sqlite3.git",
|
||||||
"media-typer": "^0.3.0",
|
"media-typer": "^0.3.0",
|
||||||
"methods": "^1.1.1",
|
"methods": "^1.1.1",
|
||||||
"mime": "^1.3.4",
|
"mime": "^1.3.4",
|
||||||
|
@ -114,7 +114,7 @@
|
||||||
"serve-favicon": "2.x",
|
"serve-favicon": "2.x",
|
||||||
"serve-static": "1.x",
|
"serve-static": "1.x",
|
||||||
"sqlite3": "3.x",
|
"sqlite3": "3.x",
|
||||||
"sqlite3-cluster": "^1.1.1",
|
"sqlite3-cluster": "git://git.daplie.com/coolaj86/sqlite3-cluster.git",
|
||||||
"ssl-root-cas": "1.x",
|
"ssl-root-cas": "1.x",
|
||||||
"twilio": "1.x",
|
"twilio": "1.x",
|
||||||
"type-is": "^1.6.1",
|
"type-is": "^1.6.1",
|
||||||
|
|
Loading…
Reference in New Issue