Skip to content

Commit

Permalink
Fix require
Browse files Browse the repository at this point in the history
  • Loading branch information
oeway committed May 19, 2021
1 parent 7da0565 commit c28af80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion imjoy_jupyter_extension/VERSION
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "0.2.16"
"version": "0.2.17"
}
1 change: 1 addition & 0 deletions imjoy_jupyter_extension/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ def _jupyter_nbextension_paths():
src="static",
# directory in the `nbextension/` namespace
dest="imjoy_jupyter_extension",
require="imjoy_jupyter_extension/index",
)
]

0 comments on commit c28af80

Please sign in to comment.