Skip to content

Commit ffe4320

Browse files
committed
build: don't require package.json for python import
1 parent 78f3d62 commit ffe4320

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jupyterlab_vim/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
def _jupyter_labextension_paths():
1313
return [{
1414
"src": "labextension",
15-
"dest": data["name"]
15+
"name": "@axlair/jupyterlab_vim",
1616
}]
1717

0 commit comments

Comments
 (0)