From 7635c353f5b27db1be9f2229adaca70cd1286033 Mon Sep 17 00:00:00 2001 From: Amila Welihinda Date: Sun, 1 Jan 2017 16:24:45 -0800 Subject: [PATCH] Changed --save to --save-dev in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7c17dc5..0b319ae 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ A parser that converts TypeScript into an [ESTree](https://github.com/estree/est Install: ``` -npm i typescript-eslint-parser --save +npm i typescript-eslint-parser --save-dev ``` And in your ESLint configuration file: