Skip to content

Commit

Permalink
Lock "debug" dependency to work on Node v4
Browse files Browse the repository at this point in the history
Koa adds dependency to `"debug": "*"` which fetch a version non
compatible with Node v4. Looking it on our package.json fix this issue.
  • Loading branch information
Danilo Resende committed Nov 20, 2018
1 parent 7b45aec commit 9a1c94e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
"koa": "^1.2.1",
"koa-route": "^2.4.2",
"koa-views": "^4.1.0",
"debug": "^2.6.1",
"mocha": "^2.5.3",
"pug": "^2.0.0-beta2",
"redis": "^2.6.1",
Expand Down

0 comments on commit 9a1c94e

Please sign in to comment.