Skip to content

Commit 00f21ea

Browse files
freganteljharb
authored andcommittedSep 12, 2021
[meta] Exclude fs from browser bundles
1 parent c837b02 commit 00f21ea

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎package.json

+3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
"version": "5.3.1",
44
"description": "tap-producing test harness for node and browsers",
55
"main": "index.js",
6+
"browser": {
7+
"fs": false
8+
},
69
"exports": {
710
".": [
811
{

0 commit comments

Comments
 (0)
Please sign in to comment.