We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
fs
1 parent 50ea080 commit 418dc94Copy full SHA for 418dc94
package.json
@@ -3,6 +3,9 @@
3
"version": "4.14.0",
4
"description": "tap-producing test harness for node and browsers",
5
"main": "index.js",
6
+ "browser": {
7
+ "fs": false
8
+ },
9
"bin": "./bin/tape",
10
"directories": {
11
"example": "example",
0 commit comments