*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"
|
"deploy": "npm run compile && node ./dist-build/build.js prod"
|
||||||
},
|
},
|
||||||
"author": {
|
"author": {
|
||||||
"name" : "Hammer Technologies LLC",
|
"name": "Hammer Technologies LLC",
|
||||||
"email" : "contact@lumeweb.com"
|
"email": "contact@lumeweb.com"
|
||||||
},
|
},
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
@ -62,6 +62,7 @@
|
||||||
"timers": "timers-browserify",
|
"timers": "timers-browserify",
|
||||||
"os": "os-browserify",
|
"os": "os-browserify",
|
||||||
"stream": "os-browserify",
|
"stream": "os-browserify",
|
||||||
"libskynetnode": false
|
"libskynetnode": false,
|
||||||
|
"js-sha3": "@lumeweb/js-sha3-browser"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue