Skip to content

Commit

Permalink
chore(eslint-plugin): fix peer dependency (#859)
Browse files Browse the repository at this point in the history
  • Loading branch information
bradzacher authored and JamesHenry committed Aug 19, 2019
1 parent 32d3745 commit 4b0d2d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/eslint-plugin/package.json
Expand Up @@ -56,7 +56,7 @@
"typescript": "*"
},
"peerDependencies": {
"@typescript-eslint/parser": "^2.0.0-alpha.0",
"@typescript-eslint/parser": "^2.0.0",
"eslint": "^5.0.0 || ^6.0.0"
}
}

0 comments on commit 4b0d2d9

Please sign in to comment.