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

Commit f9ba598

Browse files
committed
Fix eslint use-spread error by requiring node 8.3.0 (from 8.0.0)
1 parent bf402c6 commit f9ba598

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
@@ -29,7 +29,7 @@
2929
"nyc": "^13"
3030
},
3131
"engines": {
32-
"node": ">=8.0.0"
32+
"node": ">=8.3.0"
3333
},
3434
"files": [
3535
"/npm-shrinkwrap.json",

0 commit comments

Comments
 (0)