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

Commit 2620861

Browse files
authored
Merge pull request #15 from netlify/fix-eslint-use-spread-error
Fix eslint use-spread error by requiring node 8.3.0 (from 8.0.0)
2 parents 9e097bb + f9ba598 commit 2620861

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"prettier": "^1.16.4"
3535
},
3636
"engines": {
37-
"node": ">=8.0.0"
37+
"node": ">=8.3.0"
3838
},
3939
"files": [
4040
"/npm-shrinkwrap.json",

0 commit comments

Comments
 (0)