Skip to content

Commit 2b6bd1e

Browse files
authored
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).
1 parent 4807210 commit 2b6bd1e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"license": "Apache-2.0",
2828
"dependencies": {
2929
"es6-promise": "^3.1.2",
30-
"jsbn": "git+https://github.com/andyperlitch/jsbn.git",
30+
"jsbn": "^0.1.0",
3131
"lodash.assign": "^4.0.8",
3232
"lodash.clone": "^4.3.2",
3333
"lodash.fill": "^3.2.2",
@@ -39,8 +39,8 @@
3939
"lodash.pick": "^4.2.0",
4040
"lodash.uniq": "^4.2.1",
4141
"long": "^3.1.0",
42-
"node-forge": "git+https://github.com/linuxwolf/forge.git#master",
43-
"urlsafe-base64": "git+https://github.com/linuxwolf/urlsafe-base64.git#encoding",
42+
"node-forge": "https://github.com/linuxwolf/forge/archive/browserify.tar.gz",
43+
"urlsafe-base64": "https://github.com/linuxwolf/urlsafe-base64/archive/encoding.tar.gz",
4444
"uuid": "^2.0.1"
4545
},
4646
"devDependencies": {

0 commit comments

Comments
 (0)