Skip to content

Commit 6a4b4fe

Browse files
committed
Remove unused schema and packages
1 parent 72a4927 commit 6a4b4fe

File tree

7 files changed

+12
-160
lines changed

7 files changed

+12
-160
lines changed
Lines changed: 11 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,27 @@
11
{
2-
"name": "@krassowski/jupyterlab_go_to_definition",
3-
"version": "1.1.0",
4-
"description": "Jump to definition of a variable or function in JupyterLab",
2+
"name": "@krassowski/code-jumpers",
3+
"version": "1.0.0",
4+
"description": "Implementation underlying the jump to definition functionality in JupyterLab-LSP",
55
"keywords": [
66
"jupyter",
77
"jupyterlab",
8-
"jupyterlab-extension"
8+
"lsp",
9+
"language-server-protocol"
910
],
10-
"homepage": "https://github.com/krassowski/jupyterlab-go-to-definition",
11+
"homepage": "https://github.com/krassowski/jupyterlab-lsp",
1112
"bugs": {
12-
"url": "https://github.com/krassowski/jupyterlab-go-to-definition/issues"
13+
"url": "https://github.com/krassowski/jupyterlab-lsp/issues"
1314
},
1415
"license": "BSD-3-Clause",
15-
"author": "Michał Krassowski",
16+
"author": "JupyterLab-LSP Development Team",
1617
"files": [
1718
"{lib,style,schema,src}/**/*.{d.ts,eot,gif,html,jpg,js,js.map,json,png,svg,woff2,ttf,css,json,ts,tsx}"
1819
],
1920
"main": "lib/index.js",
2021
"types": "lib/index.d.ts",
2122
"repository": {
2223
"type": "git",
23-
"url": "https://github.com/krassowski/jupyterlab-go-to-definition.git"
24+
"url": "https://github.com/krassowski/jupyterlab-lsp.git"
2425
},
2526
"scripts": {
2627
"build": "tsc -b",
@@ -29,50 +30,30 @@
2930
"lab:link": "jupyter labextension link . --no-build"
3031
},
3132
"peerDependencies": {
32-
"@jupyterlab/application": "~2.2.0",
3333
"@jupyterlab/apputils": "~2.2.0",
3434
"@jupyterlab/codeeditor": "~2.2.0",
35-
"@jupyterlab/codemirror": "~2.2.0",
3635
"@jupyterlab/coreutils": "~4.2.0",
3736
"@jupyterlab/docmanager": "~2.2.0",
3837
"@jupyterlab/docregistry": "~2.2.0",
3938
"@jupyterlab/fileeditor": "~2.2.0",
4039
"@jupyterlab/notebook": "~2.2.0",
41-
"@jupyterlab/observables": "~3.2.0",
42-
"@jupyterlab/services": "~5.2.0",
43-
"@lumino/algorithm": "*",
44-
"codemirror": "*",
45-
"react": "*"
40+
"@jupyterlab/observables": "~3.2.0"
4641
},
4742
"devDependencies": {
48-
"@jupyterlab/application": "~2.2.0",
4943
"@jupyterlab/apputils": "~2.2.0",
5044
"@jupyterlab/codeeditor": "~2.2.0",
51-
"@jupyterlab/codemirror": "~2.2.0",
5245
"@jupyterlab/coreutils": "~4.2.0",
5346
"@jupyterlab/docmanager": "~2.2.0",
5447
"@jupyterlab/docregistry": "~2.2.0",
5548
"@jupyterlab/fileeditor": "~2.2.0",
5649
"@jupyterlab/notebook": "~2.2.0",
5750
"@jupyterlab/observables": "~3.2.0",
58-
"@jupyterlab/services": "~5.2.0",
59-
"@lumino/algorithm": "*",
60-
"codemirror": "*",
61-
"react": "*",
6251
"@jupyterlab/testutils": "~2.2.0",
63-
"@types/codemirror": "^0.0.74",
64-
"@types/chai": "^4.1.7",
65-
"@types/jest": "^23.3.11",
66-
"chai": "^4.2.0",
67-
"jest": "^26.0.0",
68-
"jest-junit": "^8.0.0",
6952
"rimraf": "^2.6.1",
70-
"ts-jest": "^26.4.3",
7153
"typescript": "~4.0.2",
7254
"@babel/preset-env": "^7.4.3"
7355
},
7456
"jupyterlab": {
75-
"extension": true,
76-
"schemaDir": "schema"
57+
"extension": false
7758
}
7859
}

packages/jupyterlab-go-to-definition/schema/plugin.json

Lines changed: 0 additions & 13 deletions
This file was deleted.

packages/jupyterlab-go-to-definition/src/typings.d.ts

Lines changed: 0 additions & 4 deletions
This file was deleted.

packages/jupyterlab-go-to-definition/style/index.css

Whitespace-only changes.

packages/jupyterlab-go-to-definition/typings/codemirror/codemirror.d.ts

Lines changed: 0 additions & 111 deletions
This file was deleted.

packages/jupyterlab-go-to-definition/typings/codemirror/update.sh

Lines changed: 0 additions & 1 deletion
This file was deleted.

packages/jupyterlab-lsp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"test": "jlpm jest --coverage --coverageReporters=cobertura --coverageReporters=html --coverageReporters=text-summary"
4343
},
4444
"dependencies": {
45-
"@krassowski/jupyterlab_go_to_definition": "~1.1.0",
45+
"@krassowski/jupyterlab_go_to_definition": "~1.0.0",
4646
"lodash.mergewith": "^4.6.1",
4747
"lsp-ws-connection": "~0.5.1",
4848
"@krassowski/completion-theme": "~2.0.0",

0 commit comments

Comments
 (0)