From cdf9bf3696fafcb8927275a3f23da36788a06c3c Mon Sep 17 00:00:00 2001 From: Jonathan Samines Date: Mon, 15 Jun 2020 20:23:16 -0600 Subject: [PATCH] Update debug library to v4. Drop support for node 4 and add all LTS active lines to test matrix --- .travis.yml | 5 ++++- package.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index a1ace24..e58a7cc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,10 @@ cache: notifications: email: false node_js: - - '4' + - '6' + - '8' + - '10' + - '12' before_install: - npm i -g npm@^2.0.0 before_script: diff --git a/package.json b/package.json index 1b4075e..9ebe6fe 100644 --- a/package.json +++ b/package.json @@ -30,6 +30,6 @@ "tap-only": "0.0.5" }, "dependencies": { - "debug": "^2.2.0" + "debug": "^4.1.1" } }