Skip to content
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.

Commit

Permalink
#386 Add 'typescript' to peer dependencies using the versions also su…
Browse files Browse the repository at this point in the history
…pported by tslint 5.1.

closes #386

change dependency version ranges to be more future-proof
  • Loading branch information
Rogier Schouten authored and HamletDRC committed Dec 18, 2017
1 parent 7c62c36 commit 668fdfa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
"underscore": "1.8.3"
},
"peerDependencies": {
"tslint": ">=5.1.0"
"tslint": "^5.1.0",
"typescript": "^2.1.0"
}
}

0 comments on commit 668fdfa

Please sign in to comment.