Skip to content

Commit

Permalink
fix(eslint-plugin): peerDep should specify semver major range (#602)
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesHenry committed Jun 10, 2019
1 parent 729c760 commit 5589938
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/eslint-plugin/package.json
Expand Up @@ -53,7 +53,7 @@
"marked": "^0.6.2"
},
"peerDependencies": {
"@typescript-eslint/parser": "1.9.0",
"@typescript-eslint/parser": "^1.9.0",
"eslint": "^5.0.0"
}
}

0 comments on commit 5589938

Please sign in to comment.