Skip to content

Commit

Permalink
Build: reconcile git-prefixed dependencies
Browse files Browse the repository at this point in the history
Fixes #58, although it fixes this by using github releases for some dependencies (which haven't changed in a very very long time).
  • Loading branch information
linuxwolf committed Jul 11, 2016
1 parent 4807210 commit 2b6bd1e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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": {
Expand Down

0 comments on commit 2b6bd1e

Please sign in to comment.