Skip to content

Commit 5e41987

Browse files
author
Danilo Resende
committed
Lock "debug" dependency to work on Node v4
Koa adds dependency to `"debug": "*"` which fetch a version non compatible with Node v4. Locking it on our package.json fix this issue.
1 parent 7b45aec commit 5e41987

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
"koa": "^1.2.1",
4848
"koa-route": "^2.4.2",
4949
"koa-views": "^4.1.0",
50+
"debug": "^2.6.1",
5051
"mocha": "^2.5.3",
5152
"pug": "^2.0.0-beta2",
5253
"redis": "^2.6.1",

0 commit comments

Comments
 (0)