Published 1.0.6

This commit is contained in:
Eric Traut 2019-03-30 19:54:11 -07:00
parent 14aadd9247
commit 972c643471
6 changed files with 12 additions and 10 deletions

View File

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

View File

@ -2,7 +2,7 @@
"name": "pyright",
"displayName": "Pyright",
"description": "VS Code language support and type checking for Python",
"version": "1.0.5",
"version": "1.0.6",
"license": "MIT",
"author": {
"name": "Microsoft Corporation"
@ -66,10 +66,12 @@
}
}
},
"jsonValidation": [{
"fileMatch": "pyrightconfig.json",
"url": "./schemas/pyrightconfig.schema.json"
}]
"jsonValidation": [
{
"fileMatch": "pyrightconfig.json",
"url": "./schemas/pyrightconfig.schema.json"
}
]
},
"scripts": {
"vscode:prepublish": "npm run build",

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "pyright",
"version": "1.0.5",
"version": "1.0.6",
"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.5",
"version": "1.0.6",
"license": "MIT",
"author": {
"name": "Microsoft Corporation"

View File

@ -1,6 +1,6 @@
{
"name": "pyright",
"version": "1.0.5",
"version": "1.0.6",
"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.5",
"version": "1.0.6",
"license": "MIT",
"scripts": {
"start": "npm run start:analyzer && npm run start:server",