Add tail to package.json

This commit is contained in:
Ryan Huffman 2016-01-11 16:12:48 -08:00
parent f0142391ee
commit 5b723fd08a

View file

@ -26,6 +26,8 @@
},
"dependencies": {
"extend": "^3.0.0",
"yargs": "^3.30.0"
"yargs": "^3.30.0",
"request": "2.67.0",
"tail": "0.4.0"
}
}