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

Commit dd03b2f

Browse files
amilajackJamesHenry
authored andcommitted
Docs: Changed --save to --save-dev in readme (#132)
1 parent 41ccef5 commit dd03b2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ A parser that converts TypeScript into an [ESTree](https://github.com/estree/est
99
Install:
1010

1111
```
12-
npm i typescript-eslint-parser --save
12+
npm i typescript-eslint-parser --save-dev
1313
```
1414

1515
And in your ESLint configuration file:

0 commit comments

Comments
 (0)