mirror of
https://github.com/laosb/SvelteNova.git
synced 2025-04-30 12:41:09 +00:00
0.2.0.
This commit is contained in:
parent
81b5d52c8c
commit
f2c7d76807
2 changed files with 3 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
"name": "Svelte",
|
||||
"organization": "Shibo Lyu",
|
||||
"description": "LSP support for Svelte.",
|
||||
"version": "0.1.8",
|
||||
"version": "0.2.0",
|
||||
"categories": ["languages"],
|
||||
"license": "MIT",
|
||||
"bugs": "https://github.com/laosb/SvelteNova/issues",
|
||||
|
|
|
@ -9,7 +9,8 @@
|
|||
"scripts": {
|
||||
"build:tree-sitter": "./build_scripts/build_parser.sh /Applications/Nova.app",
|
||||
"build:js": "rollup -c && cp README.md LICENSE CHANGELOG.md SvelteNova.novaextension && rm -rf SvelteNova.novaextension/node_modules",
|
||||
"build": "yarn build:tree-sitter && yarn build:js"
|
||||
"build": "yarn build:tree-sitter && yarn build:js",
|
||||
"sign:tree-sitter": "./build_scripts/sign_lib.sh"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@rollup/plugin-commonjs": "^17.1.0",
|
||||
|
|
Loading…
Add table
Reference in a new issue