Introduce debug instead of console.log

This commit is contained in:
Gaël Métais
2014-11-28 17:53:39 +01:00
parent 2a316ebb1e
commit 6089e5fe20
5 changed files with 31 additions and 17 deletions
+5 -4
View File
@@ -10,12 +10,13 @@
},
"main": "./lib/yellowlabtools.js",
"dependencies": {
"phantomas": "1.7.0",
"express": "~4.10.1",
"async": "~0.9.0",
"socket.io": "~1.2.0",
"body-parser": "~1.9.2",
"compression": "~1.2.0"
"compression": "~1.2.0",
"debug": "^2.1.0",
"express": "~4.10.1",
"phantomas": "1.7.0",
"socket.io": "~1.2.0"
},
"devDependencies": {
"chai": "^1.9.2",