Skip to content

Commit

Permalink
docs: update eslint/node requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
wopian committed May 1, 2020
1 parent dff7c11 commit 2b894f8
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"url": "https://github.com/wopian/eslint-config-wopian/issues"
},
"engines": {
"node": ">=6"
"node": ">=10"
},
"workspaces": [
"packages/*"
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-wopian-react/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ Also available for [JavaScript] and [Vue]

## Requirements

- [ESLint] `>=4.0.0`
- Node `>=6.0.0`
- [ESLint] `>=6.0.0`
- Node `>=10.0.0`

## Installation

Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-wopian-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"url": "https://github.com/wopian/eslint-config-wopian/issues"
},
"engines": {
"node": ">=6"
"node": ">=10"
},
"dependencies": {
"eslint-config-standard-jsx": "^8.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-wopian-vue/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ Also available for [JavaScript] and [React]

## Requirements

- [ESLint] `>=4.0.0`
- Node `>=6.0.0`
- [ESLint] `>=6.0.0`
- Node `>=10.0.0`

## Installation

Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-wopian-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"url": "https://github.com/wopian/eslint-config-wopian/issues"
},
"engines": {
"node": ">=6"
"node": ">=10"
},
"dependencies": {
"eslint-config-wopian": "^1.5.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-wopian/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ Also available for [Vue] and [React]

## Requirements

- [ESLint] `>=4.0.0`
- Node `>=6.0.0`
- [ESLint] `>=6.0.0`
- Node `>=10.0.0`

## Installation

Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-wopian/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"url": "https://github.com/wopian/eslint-config-wopian/issues"
},
"engines": {
"node": ">=6"
"node": ">=10"
},
"dependencies": {
"babel-eslint": "^10.0.0",
Expand Down

0 comments on commit 2b894f8

Please sign in to comment.