*Add browser polyfill
This commit is contained in:
parent
c5934ef244
commit
cd680ef7d0
|
@ -11,8 +11,8 @@
|
|||
"deploy": "npm run compile && node ./dist-build/build.js prod"
|
||||
},
|
||||
"author": {
|
||||
"name" : "Hammer Technologies LLC",
|
||||
"email" : "contact@lumeweb.com"
|
||||
"name": "Hammer Technologies LLC",
|
||||
"email": "contact@lumeweb.com"
|
||||
},
|
||||
"license": "MIT",
|
||||
"type": "module",
|
||||
|
@ -62,6 +62,7 @@
|
|||
"timers": "timers-browserify",
|
||||
"os": "os-browserify",
|
||||
"stream": "os-browserify",
|
||||
"libskynetnode": false
|
||||
"libskynetnode": false,
|
||||
"js-sha3": "@lumeweb/js-sha3-browser"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue