Skip to content

Commit

Permalink
add fs/promises to browser import ignore list (#365)
Browse files Browse the repository at this point in the history
  • Loading branch information
night authored Feb 18, 2025
1 parent ca3abe2 commit fe6b90e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@
"node": ">=18"
},
"browser": {
"fs": false
"fs": false,
"fs/promises": false
},
"tsd": {
"directory": "tests"
Expand Down

0 comments on commit fe6b90e

Please sign in to comment.