diff --git a/package.json b/package.json index b34ac8a..0437dab 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "body-parser": "1.x", "btoa": "1.x", "bytes": "^1.0.0", - "cluster-store": "^1.0.0", + "cluster-store": "git+https://git.daplie.com/coolaj86/cluster-store.git", "compression": "1.x", "connect": "3.x", "connect-cors": "0.5.x", @@ -84,7 +84,7 @@ "jsonwebtoken": "^5.4.0", "lodash": "2.x", "letsencrypt-express": "1.1.x", - "masterquest-sqlite3": "git://git.daplie.com/coolaj86/node-masterquest-sqlite3.git", + "masterquest-sqlite3": "git+https://git.daplie.com/coolaj86/node-masterquest-sqlite3.git", "media-typer": "^0.3.0", "methods": "^1.1.1", "mime": "^1.3.4", @@ -114,7 +114,7 @@ "serve-favicon": "2.x", "serve-static": "1.x", "sqlite3": "3.x", - "sqlite3-cluster": "git://git.daplie.com/coolaj86/sqlite3-cluster.git", + "sqlite3-cluster": "git+https://git.daplie.com/coolaj86/sqlite3-cluster.git#v2", "ssl-root-cas": "1.x", "twilio": "1.x", "type-is": "^1.6.1",