Convert to using graceful-fs vs vanilla fs module

This commit is contained in:
Bryan Ashby
2017-05-19 21:20:19 -06:00
parent a49abc7c67
commit 019596d709
26 changed files with 27 additions and 26 deletions

View File

@@ -43,7 +43,8 @@
"temptmp": "^1.0.0",
"uuid": "^3.0.1",
"uuid-parse": "^1.0.0",
"ws" : "^2.3.1"
"ws" : "^2.3.1",
"graceful-fs" : "^4.1.11"
},
"devDependencies": {},
"engines": {