Skip to content

Commit 8663b4d

Browse files
committed
Update ts-eslint
Signed-off-by: Yevhen Vydolob <yvydolob@redhat.com>
1 parent 0ae3f49 commit 8663b4d

File tree

3 files changed

+246
-124
lines changed

3 files changed

+246
-124
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ This extension allows you to specify json schemas that you want to validate agai
150150

151151
1. Install prerequisites:
152152
- latest [Visual Studio Code](https://code.visualstudio.com/)
153-
- [Node.js](https://nodejs.org/) v6.0.0 or higher
153+
- [Node.js](https://nodejs.org/) v12.0.0 or higher
154154
2. Fork and clone this repository and go into the folder
155155
```bash
156156
$ cd vscode-yaml
@@ -161,7 +161,7 @@ This extension allows you to specify json schemas that you want to validate agai
161161
```
162162
4. Compile the Typescript to Javascript
163163
```bash
164-
$ npm run compile
164+
$ npm run build
165165
```
166166

167167
#### Developing the client side

0 commit comments

Comments
 (0)