Skip to content

Commit

Permalink
limit minimum node version to v8.17.0 - otherwise eslint will fail
Browse files Browse the repository at this point in the history
  • Loading branch information
silkentrance committed Feb 7, 2020
1 parent be9df6f commit 5cfca26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -22,7 +22,7 @@
"url": "http://github.com/raszi/node-tmp/issues"
},
"engines": {
"node": ">=8"
"node": ">=8.17.0"
},
"dependencies": {
"rimraf": "^3.0.0"
Expand Down

0 comments on commit 5cfca26

Please sign in to comment.