Skip to content

Commit

Permalink
fix: add peerDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
hayawata3626 committed Mar 26, 2021
1 parent cd1ad8b commit d825a47
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "eslint-plugin-arrow-function-brace",
"version": "0.0.3",
"description": "ESLint plugin that checks if the arrow function can remove the brace.",
"main": "lib/index.js",
"scripts": {
Expand Down Expand Up @@ -33,6 +32,9 @@
"ts-jest": "^26.5.4",
"typescript": "^4.2.3"
},
"peerDependencies": {
"eslint": "^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0"
},
"jest": {
"globals": {
"ts-jest": {
Expand Down

0 comments on commit d825a47

Please sign in to comment.