Skip to content

Commit

Permalink
Adds 'fs' false flag to package.json (#208)
Browse files Browse the repository at this point in the history
  • Loading branch information
danteoh authored and Keyang committed Oct 6, 2017
1 parent d4dd7d5 commit 6099161
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 @@ -290,6 +290,7 @@
"test-all": "mocha ./test -R spec && CSV_WORKER=3 mocha ./test -R spec "
},
"browser": {
"child_process": false
"child_process": false,
"fs": false
}
}

0 comments on commit 6099161

Please sign in to comment.