Skip to content

Commit

Permalink
updaet
Browse files Browse the repository at this point in the history
  • Loading branch information
fennecdjay committed Feb 15, 2024
1 parent 1de549c commit 9f980bf
Showing 1 changed file with 21 additions and 25 deletions.
46 changes: 21 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,23 +18,23 @@
{
"id": "gwion",
"aliases": [
"Gwion",
"gwion",
"gw"
"Gwion",
"gwion",
"gw"
],
"extensions": [
".gw"
],
"configuration": "./language-configuration.json"
}
],
"grammars": [
{
"language": "gwion",
"scopeName": "source.gwion",
"path": "./syntaxes/gw.tmGrammar.json"
}
]
"grammars": [
{
"language": "gwion",
"scopeName": "source.gwion",
"path": "./syntaxes/gw.tmGrammar.json"
}
]
},
"engines": {
"vscode": "^1.86.0"
Expand All @@ -51,19 +51,15 @@
"lint": "eslint src --ext ts",
"test": "node ./out/test/runTest.js"
},
"dependencies": {
"node-fetch": "^2.7.0",
"vscode-languageclient": "^9.0.1",
"vscode-languageserver": "^9.0.1",
"vscode-languageserver-textdocument": "^1.0.11"
},
"devDependencies": {
"@types/node-fetch": "^2.6.11",
"npm": "^7.0.0",
"typescript": "^4.8.4"
},
"engines": {
"vscode": "^1.86.0"
}

"dependencies": {
"node-fetch": "^2.7.0",
"vscode-languageclient": "^9.0.1",
"vscode-languageserver": "^9.0.1",
"vscode-languageserver-textdocument": "^1.0.11"
},
"devDependencies": {
"@types/node-fetch": "^2.6.11",
"npm": "^7.0.0",
"typescript": "^4.8.4"
}
}

0 comments on commit 9f980bf

Please sign in to comment.