Skip to content

Commit

Permalink
deps: pin debug@3 to support node 4 (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
fengmk2 authored and dead-horse committed Sep 12, 2018
1 parent 833a81b commit ef2f295
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Expand Up @@ -16,7 +16,7 @@
"dependencies": {
"copy-to": "~2.0.1",
"crc": "~3.4.0",
"debug": "*",
"debug": "^3.2.5",
"parseurl": "~1.3.1",
"uid-safe": "~2.1.1"
},
Expand All @@ -36,5 +36,8 @@
"engines": {
"node": ">= 0.11.9"
},
"publishConfig": {
"tag": "latest-1"
},
"license": "MIT"
}

0 comments on commit ef2f295

Please sign in to comment.