Skip to content

Commit

Permalink
Fixed devDependencies flag in the "Adding TypeScript to an Existing P…
Browse files Browse the repository at this point in the history
…roject" yarn command. (facebook#2345)
  • Loading branch information
coreyphillips authored Nov 21, 2020
1 parent 62bff35 commit 9ab359f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/typescript.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ npm install -D typescript @types/jest @types/react @types/react-native @types/re
<TabItem value="yarn">

```shell
yarn add -d typescript @types/jest @types/react @types/react-native @types/react-test-renderer
yarn add -D typescript @types/jest @types/react @types/react-native @types/react-test-renderer
```

</TabItem>
Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-0.63/typescript.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ npm install -D typescript @types/jest @types/react @types/react-native @types/re
<TabItem value="yarn">

```shell
yarn add -d typescript @types/jest @types/react @types/react-native @types/react-test-renderer
yarn add -D typescript @types/jest @types/react @types/react-native @types/react-test-renderer
```

</TabItem>
Expand Down

0 comments on commit 9ab359f

Please sign in to comment.