Skip to content

Commit

Permalink
fix: downgrade peerDependency
Browse files Browse the repository at this point in the history
  • Loading branch information
gajus committed Aug 2, 2019
1 parent 481b1c8 commit a6c03ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -44,7 +44,7 @@
"main": "./dist/index.js",
"name": "eslint-plugin-flowtype",
"peerDependencies": {
"eslint": ">=6.1.0"
"eslint": ">=5.0.0"
},
"repository": {
"type": "git",
Expand Down

1 comment on commit a6c03ba

@taion
Copy link

@taion taion commented on a6c03ba Aug 2, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

Please sign in to comment.