Skip to content

Commit

Permalink
fix: pin debug@~3.1.0 avoid deprecated warnning (#1245)
Browse files Browse the repository at this point in the history
closes #1243
  • Loading branch information
fengmk2 authored and dead-horse committed Sep 11, 2018
1 parent 2180839 commit 2ee32f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"content-disposition": "~0.5.2",
"content-type": "^1.0.4",
"cookies": "~0.7.1",
"debug": "^3.1.0",
"debug": "~3.1.0",
"delegates": "^1.0.0",
"depd": "^1.1.2",
"destroy": "^1.0.4",
Expand Down

0 comments on commit 2ee32f5

Please sign in to comment.