From a7b504455ea7fdab2e085b58bcd8a4c2a3b81ac1 Mon Sep 17 00:00:00 2001 From: fengmk2 Date: Wed, 12 Sep 2018 12:04:52 +0800 Subject: [PATCH] deps: pin debug@2 (#1246) --- package.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 25df07d..74fad73 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "content-disposition": "~0.5.0", "content-type": "^1.0.0", "cookies": "~0.5.0", - "debug": "*", + "debug": "^2.6.9", "delegates": "0.1.0", "destroy": "^1.0.3", "error-inject": "~1.0.0", @@ -57,5 +57,8 @@ }, "files": [ "lib" - ] + ], + "publishConfig": { + "tag": "latest-0" + } }