Skip to content

Commit

Permalink
deps: debug@3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson committed Jul 19, 2018
1 parent 9342ada commit 7cf14ea
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions HISTORY.md
Expand Up @@ -2,6 +2,12 @@
===

* Drop support for Node.js below 0.10
* deps: debug@3.1.0
- Add `DEBUG_HIDE_DATE` environment variable
- Change timer to per-namespace instead of global
- Change non-TTY date format
- Remove `DEBUG_FD` environment variable support
- Support 256 namespace colors

1.3.3 / 2018-07-06
==================
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -10,7 +10,7 @@
"repository": "pillarjs/router",
"dependencies": {
"array-flatten": "2.1.1",
"debug": "2.6.9",
"debug": "3.1.0",
"methods": "~1.1.2",
"parseurl": "~1.3.2",
"path-to-regexp": "0.1.7",
Expand Down

0 comments on commit 7cf14ea

Please sign in to comment.