Skip to content

Commit

Permalink
Mark TypeScript as an optional peer dependency (#7860)
Browse files Browse the repository at this point in the history
  • Loading branch information
dstaley authored and ianschmitz committed Oct 31, 2019
1 parent b68c777 commit 6d6dfa9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/react-scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,11 @@
"optionalDependencies": {
"fsevents": "2.0.7"
},
"peerDependenciesMeta": {
"typescript": {
"optional": true
}
},
"browserslist": {
"production": [
">0.2%",
Expand Down

0 comments on commit 6d6dfa9

Please sign in to comment.