From 2b6bd1ec3f61ae301c9d631c1ff623b480ddd31b Mon Sep 17 00:00:00 2001 From: "Matthew A. Miller" Date: Mon, 11 Jul 2016 10:14:17 -0600 Subject: [PATCH] Build: reconcile git-prefixed dependencies Fixes #58, although it fixes this by using github releases for some dependencies (which haven't changed in a very very long time). --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index ce569ba..903137d 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "license": "Apache-2.0", "dependencies": { "es6-promise": "^3.1.2", - "jsbn": "git+https://github.com/andyperlitch/jsbn.git", + "jsbn": "^0.1.0", "lodash.assign": "^4.0.8", "lodash.clone": "^4.3.2", "lodash.fill": "^3.2.2", @@ -39,8 +39,8 @@ "lodash.pick": "^4.2.0", "lodash.uniq": "^4.2.1", "long": "^3.1.0", - "node-forge": "git+https://github.com/linuxwolf/forge.git#master", - "urlsafe-base64": "git+https://github.com/linuxwolf/urlsafe-base64.git#encoding", + "node-forge": "https://github.com/linuxwolf/forge/archive/browserify.tar.gz", + "urlsafe-base64": "https://github.com/linuxwolf/urlsafe-base64/archive/encoding.tar.gz", "uuid": "^2.0.1" }, "devDependencies": {