Skip to content

Commit 815d104

Browse files
terapyonterapyon
authored andcommitted
bugfix for js
1 parent dc77a02 commit 815d104

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,7 @@
9696
"@lumino/widgets": "pinned to the latest Lumino 1.x release"
9797
},
9898
"jupyterlab": {
99-
"extension": true,
100-
"mimeExtension": true,
99+
"mimeExtension": "lib/mime",
101100
"outputDir": "net_vis/labextension/",
102101
"sharedPackages": {
103102
"@jupyter-widgets/base": {

src/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// Copyright (c) Manabu TERADA
22
// Distributed under the terms of the Modified BSD License.
33

4-
// Export plugin as default for JupyterLab to load
5-
export { default } from './plugin';
4+
// Export MIME extension as default for JupyterLab to load
5+
export { default } from './mime';
66

77
// Export other modules for backward compatibility
88
export * from './version';

0 commit comments

Comments
 (0)