From 8e0035d29c106d30c8b8c9806d2131b1954ca7c6 Mon Sep 17 00:00:00 2001 From: David Baldwynn Date: Thu, 20 Jul 2017 18:03:37 -0700 Subject: [PATCH] Fixed npm engine version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3bb05be5..baf5287b 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ }, "engines": { "node": "5.0.0", - "npm": "2.11.2" + "npm": "3.3.6" }, "scripts": { "addcontrib": "all-contributors add",