Published 1.0.60

This commit is contained in:
Eric Traut 2019-09-10 21:13:54 -07:00
parent 1bd3971f09
commit d186c11b29
6 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
{
"name": "pyright",
"version": "1.0.59",
"version": "1.0.60",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -2,7 +2,7 @@
"name": "pyright",
"displayName": "Pyright",
"description": "VS Code static type checking for Python",
"version": "1.0.59",
"version": "1.0.60",
"license": "MIT",
"author": {
"name": "Microsoft Corporation"

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "pyright",
"version": "1.0.59",
"version": "1.0.60",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -2,7 +2,7 @@
"name": "pyright",
"displayName": "Pyright",
"description": "Type checker for the Python language",
"version": "1.0.59",
"version": "1.0.60",
"license": "MIT",
"author": {
"name": "Microsoft Corporation"

View File

@ -1,6 +1,6 @@
{
"name": "pyright-server",
"version": "1.0.59",
"version": "1.0.60",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -2,7 +2,7 @@
"name": "pyright-server",
"displayName": "pyright",
"description": "Type checker for the Python language",
"version": "1.0.59",
"version": "1.0.60",
"license": "MIT",
"scripts": {
"start": "npm run start:analyzer && npm run start:server",