Skip to content

Commit

Permalink
Upgrade bn.js and elliptic and limit node version to less than 0.10.36
Browse files Browse the repository at this point in the history
  • Loading branch information
Braydon Fuller committed Jan 31, 2015
1 parent a868ec0 commit dc3f653
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .coveralls.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
repo_token: lBB0wwrjIH3RkwvTjkv8g5r4aUjcIUreC
repo_token: 92KyB69bPowWlcfgXqc24kE5Qt60cCPba
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: node_js
node_js:
- '0.10'
- '0.10.35'
notifications:
hipchat:
rooms:
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,13 @@
"bignum": "^0.9.0",
"binary": "^0.3.0",
"bindings": "=1.1.1",
"bn.js": "=0.15.0",
"bn.js": "=1.0.0",
"brfs": "=1.0.0",
"browserify-buffertools": "git://github.com/maraoz/browserify-buffertools.git",
"bufferput": "git://github.com/bitpay/node-bufferput.git",
"buffers": "=0.1.1",
"buffertools": "=2.1.2",
"elliptic": "=0.15.12",
"elliptic": "=1.0.0",
"hash.js": "=0.3.2",
"jsrsasign": "=0.0.3",
"preconditions": "^1.0.7",
Expand Down Expand Up @@ -100,7 +100,7 @@
},
"license": "MIT",
"engines": {
"node": ">=0.10"
"node": ">=0.10 <0.10.36"
},
"devDependencies": {
"browserify": "=3.40.0",
Expand Down

0 comments on commit dc3f653

Please sign in to comment.