Skip to content
Snippets Groups Projects
Commit 1db650cb authored by dgelessus's avatar dgelessus
Browse files

Remove no longer needed package.json

The extension now downloads the server as a built jar from GitLab CI
instead of pulling in the source code as a fake npm dependency.
parent 28f79238
No related branches found
No related tags found
No related merge requests found
......@@ -29,4 +29,3 @@ hs_err_pid*
build
/.idea
/lsp
/node_modules/
{
"name": "b-language-server",
"version": "2.0.0",
"description": "a java based language server implementing the lsp",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/hhu-stups/b-language-server.git"
},
"files": [
"gradle/wrapper/*",
"src/*",
"package.json",
"gradlew",
"build.gradle.kts",
"gradlew.bat",
"settings.gradle.kts",
"LICENSE",
"README.md"
],
"keywords": [
"lsp",
"b",
"java"
],
"author": "Sebastian Stock",
"license": "EPL-2.0",
"bugs": {
"url": "https://github.com/hhu-stups/prob-issues/issues"
},
"homepage": "https://github.com/hhu-stups/b-language-server#readme"
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment