From 169decf44dcd97091b18cc20068839e7ed9780b4 Mon Sep 17 00:00:00 2001 From: Jeremy Tuloup Date: Thu, 5 Nov 2020 20:28:16 +0100 Subject: [PATCH] Rename static to labextension in package.json --- .prettierignore | 2 +- advanced/kernel-messaging/MANIFEST.in | 2 +- advanced/kernel-messaging/package.json | 2 +- advanced/kernel-output/MANIFEST.in | 2 +- advanced/kernel-output/package.json | 2 +- advanced/server-extension/MANIFEST.in | 2 +- advanced/server-extension/package.json | 2 +- basics/datagrid/MANIFEST.in | 2 +- basics/datagrid/package.json | 2 +- basics/hello-world/MANIFEST.in | 2 +- basics/hello-world/package.json | 2 +- basics/signals/MANIFEST.in | 2 +- basics/signals/package.json | 2 +- command-palette/MANIFEST.in | 2 +- command-palette/package.json | 2 +- commands/MANIFEST.in | 2 +- commands/package.json | 2 +- context-menu/MANIFEST.in | 2 +- context-menu/package.json | 2 +- launcher/MANIFEST.in | 2 +- launcher/package.json | 2 +- log-console/custom-log-console/MANIFEST.in | 2 +- log-console/custom-log-console/package.json | 2 +- log-console/log-messages/MANIFEST.in | 2 +- log-console/log-messages/package.json | 2 +- main-menu/MANIFEST.in | 2 +- main-menu/package.json | 2 +- react/react-widget/MANIFEST.in | 2 +- react/react-widget/package.json | 2 +- settings/MANIFEST.in | 2 +- settings/package.json | 2 +- state/MANIFEST.in | 2 +- state/package.json | 2 +- widget-tracker/widgets/MANIFEST.in | 2 +- widget-tracker/widgets/package.json | 2 +- 35 files changed, 35 insertions(+), 35 deletions(-) diff --git a/.prettierignore b/.prettierignore index 3a5875d7..5c6e45ce 100644 --- a/.prettierignore +++ b/.prettierignore @@ -2,4 +2,4 @@ node_modules **/node_modules **/lib **/package.json -**/static +**/labextension diff --git a/advanced/kernel-messaging/MANIFEST.in b/advanced/kernel-messaging/MANIFEST.in index a192a4cc..1ffdbd62 100644 --- a/advanced/kernel-messaging/MANIFEST.in +++ b/advanced/kernel-messaging/MANIFEST.in @@ -6,7 +6,7 @@ include jupyter-config/jupyterlab_examples_kernel_messaging.json include package.json include ts*.json -graft jupyterlab_examples_kernel_messaging/static +graft jupyterlab_examples_kernel_messaging/labextension # Javascript files graft src diff --git a/advanced/kernel-messaging/package.json b/advanced/kernel-messaging/package.json index d675eaf1..0787719a 100644 --- a/advanced/kernel-messaging/package.json +++ b/advanced/kernel-messaging/package.json @@ -74,6 +74,6 @@ ], "jupyterlab": { "extension": true, - "outputDir": "jupyterlab_examples_kernel_messaging/static" + "outputDir": "jupyterlab_examples_kernel_messaging/labextension" } } \ No newline at end of file diff --git a/advanced/kernel-output/MANIFEST.in b/advanced/kernel-output/MANIFEST.in index fbb66f9d..d67f9240 100644 --- a/advanced/kernel-output/MANIFEST.in +++ b/advanced/kernel-output/MANIFEST.in @@ -6,7 +6,7 @@ include jupyter-config/jupyterlab_examples_kernel_output.json include package.json include ts*.json -graft jupyterlab_examples_kernel_output/static +graft jupyterlab_examples_kernel_output/labextension # Javascript files graft src diff --git a/advanced/kernel-output/package.json b/advanced/kernel-output/package.json index e52dfbcd..8f7a53d2 100644 --- a/advanced/kernel-output/package.json +++ b/advanced/kernel-output/package.json @@ -73,6 +73,6 @@ ], "jupyterlab": { "extension": true, - "outputDir": "jupyterlab_examples_kernel_output/static" + "outputDir": "jupyterlab_examples_kernel_output/labextension" } } \ No newline at end of file diff --git a/advanced/server-extension/MANIFEST.in b/advanced/server-extension/MANIFEST.in index 549e2d7f..dbff3582 100644 --- a/advanced/server-extension/MANIFEST.in +++ b/advanced/server-extension/MANIFEST.in @@ -7,7 +7,7 @@ include jupyter-config/jlab_ext_example.json include package.json include ts*.json include jlab_ext_example/labextension/*.tgz -graft jlab_ext_example/static +graft jlab_ext_example/labextension # Javascript files graft src diff --git a/advanced/server-extension/package.json b/advanced/server-extension/package.json index f6bf7f1c..0dc896d8 100644 --- a/advanced/server-extension/package.json +++ b/advanced/server-extension/package.json @@ -79,6 +79,6 @@ } }, "extension": true, - "outputDir": "jlab_ext_example/static" + "outputDir": "jlab_ext_example/labextension" } } \ No newline at end of file diff --git a/basics/datagrid/MANIFEST.in b/basics/datagrid/MANIFEST.in index ef85b8ba..a2f60e5c 100644 --- a/basics/datagrid/MANIFEST.in +++ b/basics/datagrid/MANIFEST.in @@ -6,7 +6,7 @@ include jupyter-config/jupyterlab_examples_datagrid.json include package.json include ts*.json -graft jupyterlab_examples_datagrid/static +graft jupyterlab_examples_datagrid/labextension # Javascript files graft src diff --git a/basics/datagrid/package.json b/basics/datagrid/package.json index b74f0630..885d633f 100644 --- a/basics/datagrid/package.json +++ b/basics/datagrid/package.json @@ -71,6 +71,6 @@ ], "jupyterlab": { "extension": true, - "outputDir": "jupyterlab_examples_datagrid/static" + "outputDir": "jupyterlab_examples_datagrid/labextension" } } \ No newline at end of file diff --git a/basics/hello-world/MANIFEST.in b/basics/hello-world/MANIFEST.in index a766c6f4..041b2fd7 100644 --- a/basics/hello-world/MANIFEST.in +++ b/basics/hello-world/MANIFEST.in @@ -6,7 +6,7 @@ include jupyter-config/jupyterlab_examples_hello_world.json include package.json include ts*.json -graft jupyterlab_examples_hello_world/static +graft jupyterlab_examples_hello_world/labextension # Javascript files graft src diff --git a/basics/hello-world/package.json b/basics/hello-world/package.json index 63c786fd..63abe87d 100644 --- a/basics/hello-world/package.json +++ b/basics/hello-world/package.json @@ -65,6 +65,6 @@ ], "jupyterlab": { "extension": true, - "outputDir": "jupyterlab_examples_hello_world/static" + "outputDir": "jupyterlab_examples_hello_world/labextension" } } \ No newline at end of file diff --git a/basics/signals/MANIFEST.in b/basics/signals/MANIFEST.in index 01de20c5..d65867cc 100644 --- a/basics/signals/MANIFEST.in +++ b/basics/signals/MANIFEST.in @@ -6,7 +6,7 @@ include jupyter-config/jupyterlab_examples_signals.json include package.json include ts*.json -graft jupyterlab_examples_signals/static +graft jupyterlab_examples_signals/labextension # Javascript files graft src diff --git a/basics/signals/package.json b/basics/signals/package.json index c00a7efd..ca64321a 100644 --- a/basics/signals/package.json +++ b/basics/signals/package.json @@ -72,6 +72,6 @@ ], "jupyterlab": { "extension": true, - "outputDir": "jupyterlab_examples_signals/static" + "outputDir": "jupyterlab_examples_signals/labextension" } } \ No newline at end of file diff --git a/command-palette/MANIFEST.in b/command-palette/MANIFEST.in index cabb5aa7..31fb6283 100644 --- a/command-palette/MANIFEST.in +++ b/command-palette/MANIFEST.in @@ -6,7 +6,7 @@ include jupyter-config/jupyterlab_examples_command_palette.json include package.json include ts*.json -graft jupyterlab_examples_command_palette/static +graft jupyterlab_examples_command_palette/labextension # Javascript files graft src diff --git a/command-palette/package.json b/command-palette/package.json index fe78619f..10106f82 100644 --- a/command-palette/package.json +++ b/command-palette/package.json @@ -65,6 +65,6 @@ ], "jupyterlab": { "extension": true, - "outputDir": "jupyterlab_examples_command_palette/static" + "outputDir": "jupyterlab_examples_command_palette/labextension" } } \ No newline at end of file diff --git a/commands/MANIFEST.in b/commands/MANIFEST.in index c27952a3..88b2f920 100644 --- a/commands/MANIFEST.in +++ b/commands/MANIFEST.in @@ -6,7 +6,7 @@ include jupyter-config/jupyterlab_examples_commands.json include package.json include ts*.json -graft jupyterlab_examples_commands/static +graft jupyterlab_examples_commands/labextension # Javascript files graft src diff --git a/commands/package.json b/commands/package.json index 8166c227..0eae889d 100644 --- a/commands/package.json +++ b/commands/package.json @@ -65,6 +65,6 @@ ], "jupyterlab": { "extension": true, - "outputDir": "jupyterlab_examples_commands/static" + "outputDir": "jupyterlab_examples_commands/labextension" } } \ No newline at end of file diff --git a/context-menu/MANIFEST.in b/context-menu/MANIFEST.in index 64369514..84b5924d 100644 --- a/context-menu/MANIFEST.in +++ b/context-menu/MANIFEST.in @@ -6,7 +6,7 @@ include jupyter-config/jupyterlab_examples_context_menu.json include package.json include ts*.json -graft jupyterlab_examples_context_menu/static +graft jupyterlab_examples_context_menu/labextension # Javascript files graft src diff --git a/context-menu/package.json b/context-menu/package.json index 1722325a..297371db 100644 --- a/context-menu/package.json +++ b/context-menu/package.json @@ -68,6 +68,6 @@ ], "jupyterlab": { "extension": true, - "outputDir": "jupyterlab_examples_context_menu/static" + "outputDir": "jupyterlab_examples_context_menu/labextension" } } \ No newline at end of file diff --git a/launcher/MANIFEST.in b/launcher/MANIFEST.in index f95674be..0551ee1f 100644 --- a/launcher/MANIFEST.in +++ b/launcher/MANIFEST.in @@ -6,7 +6,7 @@ include jupyter-config/jupyterlab_examples_launcher.json include package.json include ts*.json -graft jupyterlab_examples_launcher/static +graft jupyterlab_examples_launcher/labextension # Javascript files graft src diff --git a/launcher/package.json b/launcher/package.json index aec22651..f67c680e 100644 --- a/launcher/package.json +++ b/launcher/package.json @@ -69,6 +69,6 @@ ], "jupyterlab": { "extension": true, - "outputDir": "jupyterlab_examples_launcher/static" + "outputDir": "jupyterlab_examples_launcher/labextension" } } \ No newline at end of file diff --git a/log-console/custom-log-console/MANIFEST.in b/log-console/custom-log-console/MANIFEST.in index 2f4f46ff..2133e4ee 100644 --- a/log-console/custom-log-console/MANIFEST.in +++ b/log-console/custom-log-console/MANIFEST.in @@ -6,7 +6,7 @@ include jupyter-config/jupyterlab_examples_custom_log_console.json include package.json include ts*.json -graft jupyterlab_examples_custom_log_console/static +graft jupyterlab_examples_custom_log_console/labextension # Javascript files graft src diff --git a/log-console/custom-log-console/package.json b/log-console/custom-log-console/package.json index 2bae4842..1ca19094 100644 --- a/log-console/custom-log-console/package.json +++ b/log-console/custom-log-console/package.json @@ -74,6 +74,6 @@ ], "jupyterlab": { "extension": true, - "outputDir": "jupyterlab_examples_custom_log_console/static" + "outputDir": "jupyterlab_examples_custom_log_console/labextension" } } \ No newline at end of file diff --git a/log-console/log-messages/MANIFEST.in b/log-console/log-messages/MANIFEST.in index d3382d09..37ebc43a 100644 --- a/log-console/log-messages/MANIFEST.in +++ b/log-console/log-messages/MANIFEST.in @@ -6,7 +6,7 @@ include jupyter-config/jupyterlab_examples_log_messages.json include package.json include ts*.json -graft jupyterlab_examples_log_messages/static +graft jupyterlab_examples_log_messages/labextension # Javascript files graft src diff --git a/log-console/log-messages/package.json b/log-console/log-messages/package.json index 2eeace5e..a5800d6c 100644 --- a/log-console/log-messages/package.json +++ b/log-console/log-messages/package.json @@ -75,6 +75,6 @@ ], "jupyterlab": { "extension": true, - "outputDir": "jupyterlab_examples_log_messages/static" + "outputDir": "jupyterlab_examples_log_messages/labextension" } } \ No newline at end of file diff --git a/main-menu/MANIFEST.in b/main-menu/MANIFEST.in index 31c840a3..1a2c9e9a 100644 --- a/main-menu/MANIFEST.in +++ b/main-menu/MANIFEST.in @@ -6,7 +6,7 @@ include jupyter-config/jupyterlab_examples_main_menu.json include package.json include ts*.json -graft jupyterlab_examples_main_menu/static +graft jupyterlab_examples_main_menu/labextension # Javascript files graft src diff --git a/main-menu/package.json b/main-menu/package.json index a7b810ec..1d137409 100644 --- a/main-menu/package.json +++ b/main-menu/package.json @@ -67,6 +67,6 @@ ], "jupyterlab": { "extension": true, - "outputDir": "jupyterlab_examples_main_menu/static" + "outputDir": "jupyterlab_examples_main_menu/labextension" } } \ No newline at end of file diff --git a/react/react-widget/MANIFEST.in b/react/react-widget/MANIFEST.in index 558067e8..6444b9ab 100644 --- a/react/react-widget/MANIFEST.in +++ b/react/react-widget/MANIFEST.in @@ -6,7 +6,7 @@ include jupyter-config/jupyterlab_examples_react_widget.json include package.json include ts*.json -graft jupyterlab_examples_react_widget/static +graft jupyterlab_examples_react_widget/labextension # Javascript files graft src diff --git a/react/react-widget/package.json b/react/react-widget/package.json index 080060be..43906051 100644 --- a/react/react-widget/package.json +++ b/react/react-widget/package.json @@ -67,6 +67,6 @@ ], "jupyterlab": { "extension": true, - "outputDir": "jupyterlab_examples_react_widget/static" + "outputDir": "jupyterlab_examples_react_widget/labextension" } } \ No newline at end of file diff --git a/settings/MANIFEST.in b/settings/MANIFEST.in index 72283e74..be45817b 100644 --- a/settings/MANIFEST.in +++ b/settings/MANIFEST.in @@ -6,7 +6,7 @@ include jupyter-config/jupyterlab_examples_settings.json include package.json include ts*.json -graft jupyterlab_examples_settings/static +graft jupyterlab_examples_settings/labextension # Javascript files graft src diff --git a/settings/package.json b/settings/package.json index 9dba12cd..380f5294 100644 --- a/settings/package.json +++ b/settings/package.json @@ -70,6 +70,6 @@ "jupyterlab": { "extension": true, "schemaDir": "schema", - "outputDir": "jupyterlab_examples_settings/static" + "outputDir": "jupyterlab_examples_settings/labextension" } } \ No newline at end of file diff --git a/state/MANIFEST.in b/state/MANIFEST.in index 5f1c8b43..2faf7778 100644 --- a/state/MANIFEST.in +++ b/state/MANIFEST.in @@ -6,7 +6,7 @@ include jupyter-config/jupyterlab_examples_state.json include package.json include ts*.json -graft jupyterlab_examples_state/static +graft jupyterlab_examples_state/labextension # Javascript files graft src diff --git a/state/package.json b/state/package.json index fab4ac53..bec7960b 100644 --- a/state/package.json +++ b/state/package.json @@ -68,6 +68,6 @@ ], "jupyterlab": { "extension": true, - "outputDir": "jupyterlab_examples_state/static" + "outputDir": "jupyterlab_examples_state/labextension" } } \ No newline at end of file diff --git a/widget-tracker/widgets/MANIFEST.in b/widget-tracker/widgets/MANIFEST.in index 216005e6..04b6c5db 100644 --- a/widget-tracker/widgets/MANIFEST.in +++ b/widget-tracker/widgets/MANIFEST.in @@ -6,7 +6,7 @@ include jupyter-config/jupyterlab_examples_widgets.json include package.json include ts*.json -graft jupyterlab_examples_widgets/static +graft jupyterlab_examples_widgets/labextension # Javascript files graft src diff --git a/widget-tracker/widgets/package.json b/widget-tracker/widgets/package.json index c9f9c963..13fada03 100644 --- a/widget-tracker/widgets/package.json +++ b/widget-tracker/widgets/package.json @@ -69,6 +69,6 @@ ], "jupyterlab": { "extension": true, - "outputDir": "jupyterlab_examples_widgets/static" + "outputDir": "jupyterlab_examples_widgets/labextension" } } \ No newline at end of file