Skip to content

Commit

Permalink
ignore fs & child_process in browser env
Browse files Browse the repository at this point in the history
  • Loading branch information
freedomhero committed Mar 16, 2021
1 parent 193bb0a commit c6910da
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
{
"name": "scryptlib",
"version": "0.3.1",
"version": "0.3.2-beta1",
"description": "Javascript SDK for integration of Bitcoin SV Smart Contracts written in sCrypt language.",
"engines": {
"node": ">=12.0.0"
},
"main": "dist/index.js",
"types": "dist",
"browser":{
"child_process": false,
"fs": false
},
"scripts": {
"compile": "tsc -b",
"watch": "tsc -b -w",
Expand Down

0 comments on commit c6910da

Please sign in to comment.