Skip to content

Commit

Permalink
refactor!: drop support for eslint 5
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardogobbosouza committed May 5, 2020
1 parent 11a6f6a commit 28f7ce5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -33,7 +33,7 @@
"standard-version": "latest"
},
"peerDependencies": {
"eslint": "^5.0.0 || ^6.0.0"
"eslint": ">=6"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 28f7ce5

Please sign in to comment.