Skip to content

Commit cf6b2d3

Browse files
iliyaZelenkojohnnyreilly
authored andcommitted
Update README.md (#875)
1 parent 401fc69 commit cf6b2d3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,25 +39,25 @@ If you'd like find out further ways to improve your build using the watch API th
3939
### Installation
4040

4141
```
42-
yarn add ts-loader
42+
yarn add ts-loader --dev
4343
```
4444

4545
or
4646

4747
```
48-
npm install ts-loader
48+
npm install ts-loader --save-dev
4949
```
5050

5151
You will also need to install TypeScript if you have not already.
5252

5353
```
54-
yarn add typescript
54+
yarn add typescript --dev
5555
```
5656

5757
or
5858

5959
```
60-
npm install typescript
60+
npm install typescript --save-dev
6161
```
6262

6363
### Running

0 commit comments

Comments
 (0)