Skip to content

Commit

Permalink
chore(package.json): remove the engineStrict field
Browse files Browse the repository at this point in the history
The engineStrict field is deprecated in npm 2 and removed in npm 3.
  • Loading branch information
mgol committed Aug 5, 2016
1 parent b1c6650 commit 6f73729
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 6f73729

Please sign in to comment.