Skip to content

Commit

Permalink
Add missing peer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
octogonz committed Aug 9, 2019
1 parent 3c902a1 commit 5d907b6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
},
"peerDependencies": {
"@typescript-eslint/parser": "^1.9.0",
"eslint": "^5.0.0 || ^6.0.0"
"eslint": "^5.0.0 || ^6.0.0",
"typescript": "*"
}
}
3 changes: 3 additions & 0 deletions packages/typescript-estree/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,8 @@
"glob": "^7.1.4",
"lodash.isplainobject": "4.0.6",
"typescript": "*"
},
"peerDependencies": {
"typescript": "*"
}
}

0 comments on commit 5d907b6

Please sign in to comment.