From f26fe4ea9ca030fb7ea292d4c3729dd99c730983 Mon Sep 17 00:00:00 2001 From: Andrew Ozz Date: Sun, 27 May 2018 16:00:45 +0000 Subject: [PATCH] Build tools: Use npm v6.1.0. Props netweb. Fixes #44245. git-svn-id: https://develop.svn.wordpress.org/trunk@43320 602fd350-edb4-49c9-b593-d223f7449a82 --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 1fba6d671e..4aa1c1a347 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,8 @@ "url": "https://develop.svn.wordpress.org/trunk" }, "engines": { - "node": "8.9.3" + "node": "8.9.3", + "npm": "6.1.0" }, "author": "The WordPress Contributors", "license": "GPL-2.0-or-later",