add hexdump.js as dep

This commit is contained in:
AJ ONeal 2017-09-29 18:01:58 -06:00
parent 4dadc1c443
commit 3692e4c828
1 changed files with 2 additions and 1 deletions

View File

@ -22,6 +22,7 @@
"bluebird": "^3.5.0" "bluebird": "^3.5.0"
}, },
"dependencies": { "dependencies": {
"bluebird": "^3.5.0" "bluebird": "^3.5.0",
"hexdump.js": "^1.0.4"
} }
} }