Skip to content

Commit

Permalink
fix(deps-peer): bumped eslint peerDependency
Browse files Browse the repository at this point in the history
bumped the version required as a peer dependencie to 6 as latest changes
require that.
  • Loading branch information
jnmorse committed Jun 24, 2019
1 parent 148b08a commit 6ec0db7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@
"standard-version": "^6.0.1"
},
"peerDependencies": {
"eslint": ">= 4"
"eslint": ">= 6"
}
}

0 comments on commit 6ec0db7

Please sign in to comment.