Skip to content

Commit

Permalink
Add typescript as peer dependency
Browse files Browse the repository at this point in the history
Fixes #36
  • Loading branch information
sindresorhus committed May 15, 2019
1 parent 426ccd3 commit ec153c6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@
"tsd": "^0.7.3",
"xo": "^0.24.0"
},
"peerDependencies": {
"typescript": ">=3.2"
},
"xo": {
"extends": "xo-typescript",
"extensions": [
Expand Down

0 comments on commit ec153c6

Please sign in to comment.