Skip to content
This repository has been archived by the owner on Feb 20, 2020. It is now read-only.

Commit

Permalink
fix(deps): remove peerDeps for typescript
Browse files Browse the repository at this point in the history
since tslint had already contained its peerDeps
  • Loading branch information
ikatyang authored Aug 12, 2017
1 parent f149e51 commit c154187
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,7 @@
"typescript": "2.4.2"
},
"peerDependencies": {
"tslint": "^5.0.0",
"typescript": "^2.0.0"
"tslint": "^5.0.0"
},
"engines": {
"node": ">= 4"
Expand Down

0 comments on commit c154187

Please sign in to comment.