mirror of
https://github.com/voideditor/void
synced 2026-05-24 09:58:23 +00:00
revert package.json bug
This commit is contained in:
parent
3128000cf7
commit
8b5e7dc25b
1 changed files with 3 additions and 5 deletions
|
|
@ -2,16 +2,14 @@
|
||||||
"name": "razor",
|
"name": "razor",
|
||||||
"displayName": "%displayName%",
|
"displayName": "%displayName%",
|
||||||
"description": "%description%",
|
"description": "%description%",
|
||||||
"version": "1.0.1",
|
"version": "1.0.0",
|
||||||
"publisher": "vscode",
|
"publisher": "vscode",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"keywords": ["razor", "cshtml", "aspnet", "blazor"],
|
|
||||||
"engines": {
|
"engines": {
|
||||||
"vscode": "^1.50.0"
|
"vscode": "0.10.x"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"update-grammar": "node ./build/update-grammar.mjs",
|
"update-grammar": "node ./build/update-grammar.mjs"
|
||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
|
||||||
},
|
},
|
||||||
"categories": ["Programming Languages"],
|
"categories": ["Programming Languages"],
|
||||||
"contributes": {
|
"contributes": {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue