Browse Source

Merge pull request #97 from maraoz/feature/Bignum-6.2

change to Bignum 6.2 and fix grunt problem
patch-2
Ryan X. Charles 11 years ago
parent
commit
79c3754ec0
  1. 2
      Gruntfile.js
  2. 2
      package.json

2
Gruntfile.js

@ -39,7 +39,7 @@ module.exports = function(grunt) {
tasks: ['markdown'] tasks: ['markdown']
}, },
scripts: { 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'*/ ], tasks: ['browserify' /*, 'mochaTest'*/ ],
}, },
}, },

2
package.json

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

Loading…
Cancel
Save