Skip to content

Commit 3e61c04

Browse files
committed
Change jupyterlab_lsp > jupyterlab-lsp
1 parent 3a02368 commit 3e61c04

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/jupyterlab-lsp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
"discovery": {
132132
"server": {
133133
"base": {
134-
"name": "jupyterlab_lsp"
134+
"name": "jupyterlab-lsp"
135135
},
136136
"managers": [
137137
"pip",
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"packageManager": "python",
3-
"packageName": "jupyterlab_lsp",
4-
"uninstallInstructions": "Use your Python package manager (pip, conda, etc.) to uninstall the package jupyterlab_lsp"
3+
"packageName": "jupyterlab-lsp",
4+
"uninstallInstructions": "Use your Python package manager (pip, conda, etc.) to uninstall the package jupyterlab-lsp"
55
}

0 commit comments

Comments
 (0)