From 6f737293ee44e7f2b904170affadc2bdd062f2ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Go=C5=82e=CC=A8biowski?= Date: Wed, 20 Jul 2016 09:32:24 +0200 Subject: [PATCH] chore(package.json): remove the engineStrict field The engineStrict field is deprecated in npm 2 and removed in npm 3. --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index 7ffca996267e..eaa3c050e72e 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,6 @@ "node": "<5", "npm": "~2.5" }, - "engineStrict": true, "scripts": { "preinstall": "node scripts/npm/check-node-modules.js --purge", "postinstall": "node scripts/npm/copy-npm-shrinkwrap.js",