Skip to content

Commit

Permalink
chore: bump engine to >=10.13.0
Browse files Browse the repository at this point in the history
ESLint 6 requires Node 10.13 or above, so the engine ought to be updated throughout.

BREAKING CHANGE: Minimum Node version has been increased
  • Loading branch information
Paul Marbach committed Jan 3, 2020
1 parent 90f9ec5 commit 9527453
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/create-web-scripts-library/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@
"access": "public"
},
"engines": {
"node": ">=10"
"node": ">=10.13.0"
}
}
2 changes: 1 addition & 1 deletion packages/eslint-config-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"access": "public"
},
"engines": {
"node": ">=10"
"node": ">=10.13.0"
}
}
2 changes: 1 addition & 1 deletion packages/eslint-config-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"access": "public"
},
"engines": {
"node": ">=10"
"node": ">=10.13.0"
}
}
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@
"access": "public"
},
"engines": {
"node": ">=10"
"node": ">=10.13.0"
}
}
2 changes: 1 addition & 1 deletion packages/prettier-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
"access": "public"
},
"engines": {
"node": ">=10"
"node": ">=10.13.0"
}
}
2 changes: 1 addition & 1 deletion packages/tsconfig/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
"access": "public"
},
"engines": {
"node": ">=10"
"node": ">=10.13.0"
}
}
2 changes: 1 addition & 1 deletion packages/web-scripts-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@
"access": "public"
},
"engines": {
"node": ">= 10"
"node": ">=10.13.0"
}
}
2 changes: 1 addition & 1 deletion packages/web-scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,6 @@
"access": "public"
},
"engines": {
"node": ">=10"
"node": ">=10.13.0"
}
}

0 comments on commit 9527453

Please sign in to comment.