change to Bignum 6.2 and fix grunt problem

This commit is contained in:
Manuel Araoz 2014-02-26 18:45:00 -03:00
parent c0e6c87705
commit 47965ef0a4
2 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@ module.exports = function(grunt) {
tasks: ['markdown']
},
scripts: {
files: ['**/*.js', '**/*.html', '!**/node_modules/**', '!browser/bundle.js', '!browser/load_test_data.js'],
files: ['**/*.js', '**/*.html', '!**/node_modules/**', '!browser/bundle.js', '!browser/testdata.js'],
tasks: ['browserify' /*, 'mochaTest'*/ ],
},
},

View File

@ -34,7 +34,7 @@
"base58-native": "=0.1.3",
"bindings": "=1.1.1",
"bufferput": "git://github.com/bitpay/node-bufferput.git",
"bignum": "=0.6.1",
"bignum": "=0.6.2",
"binary": "=0.3.0",
"step": "=0.0.4",
"buffers": "=0.1.1",