Skip to content

Commit

Permalink
[meta] Exclude fs from browser bundles (#565)
Browse files Browse the repository at this point in the history
  • Loading branch information
fregante authored and ljharb committed Sep 12, 2021
1 parent 50ea080 commit 418dc94
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Expand Up @@ -3,6 +3,9 @@
"version": "4.14.0",
"description": "tap-producing test harness for node and browsers",
"main": "index.js",
"browser": {
"fs": false
},
"bin": "./bin/tape",
"directories": {
"example": "example",
Expand Down

0 comments on commit 418dc94

Please sign in to comment.