Skip to content

Commit

Permalink
[meta] Exclude fs from browser bundles
Browse files Browse the repository at this point in the history
  • Loading branch information
fregante authored and ljharb committed Sep 12, 2021
1 parent c837b02 commit 00f21ea
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": "5.3.1",
"description": "tap-producing test harness for node and browsers",
"main": "index.js",
"browser": {
"fs": false
},
"exports": {
".": [
{
Expand Down

0 comments on commit 00f21ea

Please sign in to comment.