Skip to content

Commit

Permalink
Allow eslint-plugin-n v15, v16, and v17 as a peer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ryota-ka committed Apr 20, 2024
1 parent 2993eb5 commit ceae122
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions node/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ This package is intended to be used along with [`@herp-inc/eslint-config`](https

Note that the following packages are peer dependencies of this library, which need to be installed separately.

| Package | Version |
| ------------------------------------------------------------------ | ---------- |
| [`eslint`](https://www.npmjs.com/package/eslint) | `8 \|\| 9` |
| [`eslint-plugin-n`](https://www.npmjs.com/package/eslint-plugin-n) | `14` |
| Package | Version |
| ------------------------------------------------------------------ | ---------------------------- |
| [`eslint`](https://www.npmjs.com/package/eslint) | `8 \|\| 9` |
| [`eslint-plugin-n`](https://www.npmjs.com/package/eslint-plugin-n) | `14 \|\| 15 \|\| 16 \|\| 17` |

### Using [npm](https://www.npmjs.com/)

Expand Down
2 changes: 1 addition & 1 deletion node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
"homepage": "https://github.com/herp-inc/eslint-config",
"peerDependencies": {
"eslint": "8 || 9",
"eslint-plugin-n": "14"
"eslint-plugin-n": "14 || 15 || 16 || 17"
}
}

0 comments on commit ceae122

Please sign in to comment.