Add fs-extra as direct dependency

Allows us to use `fs` with promises. Turns out it’s already a
transitive dependency.
This commit is contained in:
Daniel Gasienica 2018-03-13 00:35:42 -04:00
parent 1a117e3f78
commit 14422652c6

View file

@ -62,6 +62,7 @@
"emoji-panel": "https://github.com/scottnonnenberg/emoji-panel.git#v0.5.5",
"firstline": "^1.2.1",
"form-data": "^2.3.2",
"fs-extra": "^5.0.0",
"google-libphonenumber": "^3.0.7",
"got": "^8.2.0",
"lodash": "^4.17.4",