Skip to content

Commit

Permalink
Publish 2.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
dbaeumer committed Oct 8, 2020
1 parent 7ba5d56 commit b63bcc7
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 7 deletions.
3 changes: 2 additions & 1 deletion .vscodeignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ client/**
!client/out/extension.js
server/**
!server/out/eslintServer.js
playgrounds/**
playgrounds/**
history/**
2 changes: 1 addition & 1 deletion client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "client",
"displayName": "ESLint",
"description": "Integrates ESLint into VS Code.",
"version": "2.1.5",
"version": "2.1.10",
"private": true,
"author": "Microsoft Corporation",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-eslint",
"displayName": "ESLint",
"description": "Integrates ESLint JavaScript into VS Code.",
"version": "2.1.9",
"version": "2.1.10",
"author": "Microsoft Corporation",
"license": "MIT",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion server/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-server",
"version": "2.1.5",
"version": "2.1.10",
"private": true,
"author": "Microsoft Corporation",
"license": "MIT",
Expand Down

0 comments on commit b63bcc7

Please sign in to comment.