From 3692e4c828da4055a04ba7223e24138635f8a5e5 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Fri, 29 Sep 2017 18:01:58 -0600 Subject: [PATCH] add hexdump.js as dep --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 80c64d6..1bbe337 100644 --- a/package.json +++ b/package.json @@ -22,6 +22,7 @@ "bluebird": "^3.5.0" }, "dependencies": { - "bluebird": "^3.5.0" + "bluebird": "^3.5.0", + "hexdump.js": "^1.0.4" } }