Skip to content

Commit 6099161

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎package.json

+2-1
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)
Failed to load comments.