This commit is contained in:
Shibo Lyu 2020-10-31 14:42:31 +00:00
parent fbc46d8f4b
commit 9a47d4ad4e
5 changed files with 26 additions and 3 deletions

View file

@ -3,8 +3,9 @@
"name": "Svelte",
"organization": "Shibo Lyu",
"description": "LSP support for Svelte.",
"version": "0.1",
"version": "0.1.1",
"categories": ["languages"],
"license": "MIT",
"bugs": "https://github.com/laosb/SvelteNova/issues",
"repository": "https://github.com/laosb/SvelteNova",
"min_runtime": "2.0",

View file

@ -1,6 +1,6 @@
{
"name": "sveltenova.novaextension",
"version": "0.1.0",
"version": "0.1.1",
"dependencies": {
"svelte-language-server": "^0.10.147"
}