From 0819e7d133c3007226e23d91e5dc7fe6e89e1d7b Mon Sep 17 00:00:00 2001 From: John Shaver Date: Wed, 2 May 2018 10:52:21 -0700 Subject: [PATCH] updated some dependencies to not rely on defunct git.daplie.com server --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index ab35746..8d67de9 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "dependencies": { "bluebird": "3.x", "body-parser": "1.x", - "cluster-store": "git+https://git.daplie.com/Daplie/cluster-store.git#v2", + "cluster-store": "git+https://git.coolaj86.com/coolaj86/cluster-store.js.git#v2", "connect": "3.x", "connect-cors": "0.5.x", "connect-recase": "^1.0.2", @@ -57,17 +57,17 @@ "jwk-to-pem": "^1.2.6", "mailchimp-api-v3": "^1.7.0", "mandrill-api": "^1.0.45", - "masterquest-sqlite3": "git+https://git.daplie.com/node/masterquest-sqlite3.git", + "masterquest-sqlite3": "git+https://github.com/coolaj86/node-masterquest-sqlite3.git", "mkdirp": "^0.5.1", "multiparty": "^4.1.3", "nodemailer": "^1.4.0", "nodemailer-mailgun-transport": "1.x", - "oauth3.js": "git+https://git.daplie.com/OAuth3/oauth3.js.git", + "oauth3.js": "git+https://git.oauth3.org/OAuth3/oauth3.js.git", "recase": "^1.0.4", "request": "^2.81.0", "scmp": "^2.0.0", "serve-static": "1.x", - "sqlite3-cluster": "git+https://git.daplie.com/coolaj86/sqlite3-cluster.git#v2", + "sqlite3-cluster": "2.1.x", "stripe": "^4.22.0", "twilio": "1.x" }