deps: debug@~2.1.0

This commit is contained in:
Douglas Christopher Wilson
2014-10-16 23:10:10 -04:00
parent 1bdd53c05d
commit 7dc0ff4d97
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -1,6 +1,8 @@
unreleased
==========
* deps: debug@~2.1.0
- Implement `DEBUG_FD` env variable support
* deps: mime-types@~2.0.2
- deps: mime-db@~1.1.0
+1 -1
View File
@@ -8,7 +8,7 @@
"dependencies": {
"accepts": "~1.1.2",
"batch": "0.5.1",
"debug": "~2.0.0",
"debug": "~2.1.0",
"mime-types": "~2.0.2",
"parseurl": "~1.3.0"
},