Skip to content

Commit 2c70736

Browse files
committed
Ensure that process is polyfilled when bundled for browser environments
1 parent c32270d commit 2c70736

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/node_modules/@stdlib/cli/ctor/package.json

+3
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
}
1515
],
1616
"main": "./lib",
17+
"browser": {
18+
"process": "process/"
19+
},
1720
"directories": {
1821
"benchmark": "./benchmark",
1922
"doc": "./docs",

0 commit comments

Comments
 (0)