Merge pull request #525 from eordano/fix/missingBuffertools
Add missing browser shim for buffertools
This commit is contained in:
commit
29dcf56262
@ -104,6 +104,7 @@
|
||||
},
|
||||
"browser": {
|
||||
"bignum": "./lib/browser/Bignum.js",
|
||||
"buffertools": "browserify-buffertools",
|
||||
"./lib/Key.js": "./lib/browser/Key.js",
|
||||
"./lib/Point.js": "./lib/browser/Point.js",
|
||||
"./lib/ECIES.js": "./lib/browser/ECIES.js",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user