Skip to content

Commit

Permalink
Add last version of v8 to be used with next
Browse files Browse the repository at this point in the history
  • Loading branch information
cedeber committed Sep 18, 2024
1 parent 5016573 commit 190040a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-throw-aware",
"version": "1.0.0-beta.7",
"version": "1.0.0-beta.8",
"description": "An ESLint plugin to enforce naming conventions and JSDoc annotations for functions that throw exceptions.",
"type": "module",
"main": "cjs/index.js",
Expand Down Expand Up @@ -33,7 +33,7 @@
},
"homepage": "https://github.com/cedeber/eslint-plugin-throw-aware#readme",
"peerDependencies": {
"eslint": ">=9.0.0"
"eslint": ">=8.57.0 || >=9.0.0"
},
"devDependencies": {
"@eslint/js": "^9.10.0",
Expand Down

0 comments on commit 190040a

Please sign in to comment.