Skip to content

Commit

Permalink
deps: pin debug@3 to support node 4
Browse files Browse the repository at this point in the history
  • Loading branch information
fengmk2 committed Sep 12, 2018
1 parent a71ecb5 commit fb4f579
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
@@ -1,3 +1,4 @@
sudo: false
language: node_js
node_js:
- "4"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -45,7 +45,7 @@
},
"dependencies": {
"compressible": "~2.0.6",
"debug": "*",
"debug": "^3.2.5",
"fs-readdir-recursive": "~1.0.0",
"mime-types": "~2.1.8",
"mz": "~2.4.0"
Expand Down

0 comments on commit fb4f579

Please sign in to comment.