Skip to content

Commit

Permalink
fix: Updates engines field to node >=10
Browse files Browse the repository at this point in the history
  • Loading branch information
kaimallea committed Jun 26, 2019
1 parent 244c567 commit b3b4f58
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/eslint-config-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"access": "public"
},
"engines": {
"node": "<=8"
"node": ">=10"
}
}
2 changes: 1 addition & 1 deletion packages/eslint-config-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
"access": "public"
},
"engines": {
"node": "<=8"
"node": ">=10"
}
}
2 changes: 1 addition & 1 deletion packages/eslint-config-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
"access": "public"
},
"engines": {
"node": "<=8"
"node": ">=10"
}
}
2 changes: 1 addition & 1 deletion packages/prettier-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"access": "public"
},
"engines": {
"node": "<=8"
"node": ">=10"
}
}
2 changes: 1 addition & 1 deletion packages/tsconfig/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
"access": "public"
},
"engines": {
"node": "<=8"
"node": ">=10"
}
}
2 changes: 1 addition & 1 deletion packages/web-scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,6 @@
"access": "public"
},
"engines": {
"node": "<=8"
"node": ">=10"
}
}

0 comments on commit b3b4f58

Please sign in to comment.