Skip to content
This repository has been archived by the owner on Sep 12, 2019. It is now read-only.

Commit

Permalink
Merge pull request #15 from netlify/fix-eslint-use-spread-error
Browse files Browse the repository at this point in the history
Fix eslint use-spread error by requiring node 8.3.0 (from 8.0.0)
  • Loading branch information
biilmann authored Mar 16, 2019
2 parents 9e097bb + f9ba598 commit 2620861
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"prettier": "^1.16.4"
},
"engines": {
"node": ">=8.0.0"
"node": ">=8.3.0"
},
"files": [
"/npm-shrinkwrap.json",
Expand Down

0 comments on commit 2620861

Please sign in to comment.