Skip to content

Commit

Permalink
Remove enginesStrict from root package.json
Browse files Browse the repository at this point in the history
I'm not entirely sure what the purpose of this was, but support for it was removed in NPM 3.0 a while ago. Fixes #3898.
  • Loading branch information
bterlson committed Jul 16, 2019
1 parent 7c7e810 commit 4a5a8f3
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 @@ -57,7 +57,6 @@
"webpack": "^4.26.1",
"yargs": "^11.0.0"
},
"engineStrict": true,
"engines": {
"node": ">=10.10.0"
}
Expand Down

0 comments on commit 4a5a8f3

Please sign in to comment.