Skip to content
This repository was archived by the owner on Jan 4, 2022. It is now read-only.

Commit 9a52fde

Browse files
committed
mention npm install in readme
1 parent 1a4bffd commit 9a52fde

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

packages/react-app-rewire-emotion/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ Add the `emotion/babel` to `create-react-app` app via [react-app-rewired](https:
77
```
88
yarn add --dev react-app-rewire-emotion
99
```
10+
OR
11+
```
12+
npm install --save-dev react-app-rewire-emotion
13+
```
1014

1115
## Usage
1216
In the `config-overrides.js` you created for `react-app-rewired` add this code:

packages/react-app-rewire-lodash/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ Add the `lodash` to `create-react-app` app via [react-app-rewired](https://githu
77
```
88
yarn add --dev react-app-rewire-lodash
99
```
10+
OR
11+
```
12+
npm install --save-dev react-app-rewire-lodash
13+
```
1014

1115
## Usage
1216
In the `config-overrides.js` you created for `react-app-rewired` add this code:

0 commit comments

Comments
 (0)