Skip to content

Commit 9dcfa68

Browse files
authored
Merge pull request #37 from thedadams/browser-no-child-process
fix: indicate that browser should not use child_process
2 parents c6d7eef + 3a0772e commit 9dcfa68

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

package-lock.json

+12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+5
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@
2626
"gpt",
2727
"AI"
2828
],
29+
"browser": {
30+
"child_process": false
31+
},
2932
"author": "Bill Maxwell <[email protected]>",
3033
"license": "Apache-2.0",
3134
"peerDependencies": {
@@ -35,6 +38,8 @@
3538
"@babel/template": "^7.24.0",
3639
"@babel/types": "^7.24.5",
3740
"adm-zip": "^0.5.10",
41+
"child_process": "^1.0.2",
42+
"net": "^1.0.2",
3843
"node-downloader-helper": "^2.1.9",
3944
"tar": "^6.2.0"
4045
},

0 commit comments

Comments
 (0)