We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4807210 commit 2b6bd1eCopy full SHA for 2b6bd1e
package.json
@@ -27,7 +27,7 @@
27
"license": "Apache-2.0",
28
"dependencies": {
29
"es6-promise": "^3.1.2",
30
- "jsbn": "git+https://github.com/andyperlitch/jsbn.git",
+ "jsbn": "^0.1.0",
31
"lodash.assign": "^4.0.8",
32
"lodash.clone": "^4.3.2",
33
"lodash.fill": "^3.2.2",
@@ -39,8 +39,8 @@
39
"lodash.pick": "^4.2.0",
40
"lodash.uniq": "^4.2.1",
41
"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",
+ "node-forge": "https://github.com/linuxwolf/forge/archive/browserify.tar.gz",
+ "urlsafe-base64": "https://github.com/linuxwolf/urlsafe-base64/archive/encoding.tar.gz",
44
"uuid": "^2.0.1"
45
},
46
"devDependencies": {
0 commit comments