Skip to content

Commit

Permalink
Merge pull request #37 from thedadams/browser-no-child-process
Browse files Browse the repository at this point in the history
fix: indicate that browser should not use child_process
  • Loading branch information
thedadams authored May 16, 2024
2 parents c6d7eef + 3a0772e commit 9dcfa68
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
12 changes: 12 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@
"gpt",
"AI"
],
"browser": {
"child_process": false
},
"author": "Bill Maxwell <[email protected]>",
"license": "Apache-2.0",
"peerDependencies": {
Expand All @@ -35,6 +38,8 @@
"@babel/template": "^7.24.0",
"@babel/types": "^7.24.5",
"adm-zip": "^0.5.10",
"child_process": "^1.0.2",
"net": "^1.0.2",
"node-downloader-helper": "^2.1.9",
"tar": "^6.2.0"
},
Expand Down

0 comments on commit 9dcfa68

Please sign in to comment.