Skip to content

Commit 6099161

Browse files
danteohKeyang
authored andcommitted
Adds 'fs' false flag to package.json (#208)
1 parent d4dd7d5 commit 6099161

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,6 +290,7 @@
290290
"test-all": "mocha ./test -R spec && CSV_WORKER=3 mocha ./test -R spec "
291291
},
292292
"browser": {
293-
"child_process": false
293+
"child_process": false,
294+
"fs": false
294295
}
295296
}

0 commit comments

Comments
 (0)