Skip to content

Commit

Permalink
Merge 5ca0432 into b882ea2
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaslawdune committed Dec 16, 2017
2 parents b882ea2 + 5ca0432 commit 6ab264d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web3-eth-accounts/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ var Hash = require("eth-lib/lib/hash");
var RLP = require("eth-lib/lib/rlp");
var Nat = require("eth-lib/lib/nat");
var Bytes = require("eth-lib/lib/bytes");
var cryp = require('crypto');
var cryp = require('crypto-browserify');
var scryptsy = require('scrypt.js');
var uuid = require('uuid');
var utils = require('web3-utils');
Expand Down

0 comments on commit 6ab264d

Please sign in to comment.