Skip to content

Commit 418dc94

Browse files
freganteljharb
authored andcommitted
[meta] Exclude fs from browser bundles (#565)
1 parent 50ea080 commit 418dc94

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": "4.14.0",
44
"description": "tap-producing test harness for node and browsers",
55
"main": "index.js",
6+
"browser": {
7+
"fs": false
8+
},
69
"bin": "./bin/tape",
710
"directories": {
811
"example": "example",

0 commit comments

Comments
 (0)