From b8888f5aa2deb41b7ab03d3085124eef398e461e Mon Sep 17 00:00:00 2001 From: Myles Borins Date: Thu, 26 Oct 2017 04:33:56 -0400 Subject: deps: manually add 9.x support to npm MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit refs: https://github.com/npm/npm/pull/18964 PR-URL: https://github.com/nodejs/node/pull/16509 Reviewed-By: Daijiro Wachi Reviewed-By: Anna Henningsen Reviewed-By: Michaƫl Zasso --- deps/npm/lib/utils/unsupported.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'deps/npm') diff --git a/deps/npm/lib/utils/unsupported.js b/deps/npm/lib/utils/unsupported.js index 13535515e4..b3a8a9b33a 100644 --- a/deps/npm/lib/utils/unsupported.js +++ b/deps/npm/lib/utils/unsupported.js @@ -4,7 +4,8 @@ var supportedNode = [ {ver: '4', min: '4.7.0'}, {ver: '6', min: '6.0.0'}, {ver: '7', min: '7.0.0'}, - {ver: '8', min: '8.0.0'} + {ver: '8', min: '8.0.0'}, + {ver: '9', min: '9.0.0'} ] var knownBroken = '<4.7.0' -- cgit v1.2.3