Skip to content

Commit

Permalink
Add TypeScript peer dependency to react-scripts (#8038)
Browse files Browse the repository at this point in the history
  • Loading branch information
iansu committed Nov 28, 2019
1 parent fffc777 commit f6ba862
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/react-scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,9 @@
"optionalDependencies": {
"fsevents": "2.1.2"
},
"peerDependencies": {
"typescript": "^3.2.1"
},
"peerDependenciesMeta": {
"typescript": {
"optional": true
Expand Down

0 comments on commit f6ba862

Please sign in to comment.