use sprintf-js to format console logs

This commit is contained in:
Shruti Ranganathan Jothi
2017-03-08 09:57:53 -08:00
parent 44f1acb300
commit ac26da16e2
18 changed files with 72 additions and 53 deletions

View File

@@ -7,13 +7,14 @@
"url": "https://github.com/Netflix/dial-reference.git"
},
"main": "",
"scripts": {
},
"scripts": {},
"author": "Shruti Ranganathan Jothi",
"license": "BSD-2-Clause",
"dependencies": {
"q": "~1.4.1",
"colors": "^1.1.2",
"node-ssdp": "^3.2.0",
"request": "^2.78.0"
"q": "~1.4.1",
"request": "^2.78.0",
"sprintf-js": "~1.0.3"
}
}