From 47965ef0a4e260d59d95dc933b202c11f31f4bfa Mon Sep 17 00:00:00 2001 From: Manuel Araoz Date: Wed, 26 Feb 2014 18:45:00 -0300 Subject: [PATCH] change to Bignum 6.2 and fix grunt problem --- Gruntfile.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index 58973cc3b..b7ad6c202 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -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'*/ ], }, }, diff --git a/package.json b/package.json index 4ebc7ee59..ebb43d8a7 100644 --- a/package.json +++ b/package.json @@ -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",