Skip to content

Commit

Permalink
fix(deps): add eslint and typescript to peerDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
djcsdy committed May 12, 2020
1 parent 2cbc5d7 commit 9b9e762
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@
"tslint": "6.1.2",
"typescript": "3.8.3"
},
"peerDependencies": {
"eslint": "^7.0.0",
"typescript": "^3.8.3"
},
"eslintConfig": {
"root": true,
"extends": "."
Expand Down

0 comments on commit 9b9e762

Please sign in to comment.