Skip to content

Commit 24a551e

Browse files
committed
Remove broken references in plugin
1 parent 6574f46 commit 24a551e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ classifiers = [
2525
dependencies = [
2626
"nbdime",
2727
"jupyter_server>=2.4.0,<3",
28-
"jupyterlab-cell-input-footer>=0.1.2"
28+
"jupyterlab-eventlistener>=0.4.0",
29+
"jupyterlab-cell-input-footer>=0.2.0"
2930
]
3031
dynamic = ["version", "description", "authors", "urls", "keywords"]
3132

src/index.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
export * from './plugin';
2-
export * from './command';
1+
export * from './plugin';

0 commit comments

Comments
 (0)