chore(package.json): remove the engineStrict field

The engineStrict field is deprecated in npm 2 and removed in npm 3.
This commit is contained in:
Michał Gołębiowski
2016-07-20 09:32:24 +02:00
parent b1c665095c
commit 6f737293ee
-1
View File
@@ -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",