Skip to content

Commit

Permalink
Published 1.0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
msfterictraut committed Apr 25, 2019
1 parent 8777cc3 commit 782a2b7
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 9 deletions.
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": "pyright",
"displayName": "Pyright",
"description": "VS Code static type checking for Python",
"version": "1.0.16",
"version": "1.0.17",
"license": "MIT",
"author": {
"name": "Microsoft Corporation"
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": "pyright",
"displayName": "Pyright",
"description": "Type checker for the Python language",
"version": "1.0.16",
"version": "1.0.17",
"license": "MIT",
"author": {
"name": "Microsoft Corporation"
Expand Down
9 changes: 5 additions & 4 deletions 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
Expand Up @@ -2,7 +2,7 @@
"name": "pyright-server",
"displayName": "pyright",
"description": "Type checker for the Python language",
"version": "1.0.16",
"version": "1.0.17",
"license": "MIT",
"scripts": {
"start": "npm run start:analyzer && npm run start:server",
Expand Down

0 comments on commit 782a2b7

Please sign in to comment.