mirror of
https://github.com/voideditor/void
synced 2026-05-23 09:28: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",
|
||||
"displayName": "%displayName%",
|
||||
"description": "%description%",
|
||||
"version": "1.0.1",
|
||||
"version": "1.0.0",
|
||||
"publisher": "vscode",
|
||||
"license": "MIT",
|
||||
"keywords": ["razor", "cshtml", "aspnet", "blazor"],
|
||||
"engines": {
|
||||
"vscode": "^1.50.0"
|
||||
"vscode": "0.10.x"
|
||||
},
|
||||
"scripts": {
|
||||
"update-grammar": "node ./build/update-grammar.mjs",
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
"update-grammar": "node ./build/update-grammar.mjs"
|
||||
},
|
||||
"categories": ["Programming Languages"],
|
||||
"contributes": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue