« get me outta code hell

Use util.promisify instead of mz/fs - http-music - Command-line music player + utils (not a server!)
about summary refs log tree commit diff
path: root/package.json
diff options
context:
space:
mode:
authorLiam <towerofnix@gmail.com>2017-05-31 14:17:53 -0300
committerLiam <towerofnix@gmail.com>2017-05-31 14:17:57 -0300
commitf5879e2eb3c86057f6f4a9e477c28ba8edf3824d (patch)
tree0e305d57355d98e7e80aeea391e2ad6c9d6dff72 /package.json
parentd1bf9f5e95f4306bd53b072bd62de98e6e5e3c58 (diff)
Use util.promisify instead of mz/fs
One day I go from the deprecated fs-promise module to the mz/fs
module, the next day Node.js v8.0.0 is released with the new
util.promisify function.. Must I change to a new technology
literally every day? :)
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 0 insertions, 1 deletions
diff --git a/package.json b/package.json
index 33069a4..4af34d5 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,6 @@
 {
   "dependencies": {
     "cheerio": "^1.0.0-rc.1",
-    "mz": "^2.6.0",
     "node-fetch": "^1.7.0",
     "sanitize-filename": "^1.6.1"
   }