We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc77a02 commit 815d104Copy full SHA for 815d104
package.json
@@ -96,8 +96,7 @@
96
"@lumino/widgets": "pinned to the latest Lumino 1.x release"
97
},
98
"jupyterlab": {
99
- "extension": true,
100
- "mimeExtension": true,
+ "mimeExtension": "lib/mime",
101
"outputDir": "net_vis/labextension/",
102
"sharedPackages": {
103
"@jupyter-widgets/base": {
src/index.ts
@@ -1,8 +1,8 @@
1
// Copyright (c) Manabu TERADA
2
// Distributed under the terms of the Modified BSD License.
3
4
-// Export plugin as default for JupyterLab to load
5
-export { default } from './plugin';
+// Export MIME extension as default for JupyterLab to load
+export { default } from './mime';
6
7
// Export other modules for backward compatibility
8
export * from './version';
0 commit comments