Skip to content

Commit b63bcc7

Browse files
committed
Publish 2.1.10
1 parent 7ba5d56 commit b63bcc7

File tree

7 files changed

+8
-7
lines changed

7 files changed

+8
-7
lines changed

.vscodeignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,5 @@ client/**
1313
!client/out/extension.js
1414
server/**
1515
!server/out/eslintServer.js
16-
playgrounds/**
16+
playgrounds/**
17+
history/**

client/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "client",
33
"displayName": "ESLint",
44
"description": "Integrates ESLint into VS Code.",
5-
"version": "2.1.5",
5+
"version": "2.1.10",
66
"private": true,
77
"author": "Microsoft Corporation",
88
"license": "MIT",

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-eslint",
33
"displayName": "ESLint",
44
"description": "Integrates ESLint JavaScript into VS Code.",
5-
"version": "2.1.9",
5+
"version": "2.1.10",
66
"author": "Microsoft Corporation",
77
"license": "MIT",
88
"repository": {

server/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-server",
3-
"version": "2.1.5",
3+
"version": "2.1.10",
44
"private": true,
55
"author": "Microsoft Corporation",
66
"license": "MIT",

0 commit comments

Comments
 (0)