Skip to content

Commit

Permalink
fix(eslint): fix peerDependency constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
ala-n committed Dec 19, 2023
1 parent 75ba9dd commit 20b5d9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
],
"types": "dist/index.d.ts",
"peerDependencies": {
"@exadel/esl": "^4.0.0",
"@exadel/esl": "*",
"eslint": ">=8.0.0"
}
}
2 changes: 1 addition & 1 deletion package-lock.json

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

0 comments on commit 20b5d9d

Please # to comment.