Skip to content

Commit

Permalink
Merge pull request #2976 from michaelsbradleyjr/fix/websocket
Browse files Browse the repository at this point in the history
switch repo fork for the websocket package
  • Loading branch information
nivida authored Jul 31, 2019
2 parents fe269fb + a78399a commit ecb2ad3
Show file tree
Hide file tree
Showing 6 changed files with 3,062 additions and 35 deletions.
2 changes: 1 addition & 1 deletion dist/web3.min.js

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ var packages = [{
fileName: 'web3',
expose: 'Web3',
src: './packages/web3/src/index.js',
ignore: ['xmlhttprequest', 'websocket']
ignore: ['xmlhttprequest']
}, {
fileName: 'web3-utils',
expose: 'Web3Utils',
Expand Down Expand Up @@ -83,7 +83,6 @@ var packages = [{
fileName: 'web3-providers-ws',
expose: 'Web3WsProvider',
src: './packages/web3-providers-ws/src/index.js',
ignore: ['websocket']
}, {
fileName: 'web3-core-subscriptions',
expose: 'Web3Subscriptions',
Expand Down
2 changes: 1 addition & 1 deletion packages/web3-eth-accounts/src/scrypt.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if (isNode) {
var tryScryptPkg = (function() {
var scryptPkg;
return function() {
if (scryptPkg !== undefined) { return scryptPkg; };
if (scryptPkg !== undefined) { return scryptPkg; }
try {
scryptPkg = (function(m) { return require(m); })('scrypt');
} catch (e) {
Expand Down
Loading

0 comments on commit ecb2ad3

Please sign in to comment.