Skip to content

Commit

Permalink
Rename static to labextension in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio committed Nov 5, 2020
1 parent ad6fac7 commit 169decf
Show file tree
Hide file tree
Showing 35 changed files with 35 additions and 35 deletions.
2 changes: 1 addition & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ node_modules
**/node_modules
**/lib
**/package.json
**/static
**/labextension
2 changes: 1 addition & 1 deletion advanced/kernel-messaging/MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion advanced/kernel-messaging/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,6 @@
],
"jupyterlab": {
"extension": true,
"outputDir": "jupyterlab_examples_kernel_messaging/static"
"outputDir": "jupyterlab_examples_kernel_messaging/labextension"
}
}
2 changes: 1 addition & 1 deletion advanced/kernel-output/MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion advanced/kernel-output/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,6 @@
],
"jupyterlab": {
"extension": true,
"outputDir": "jupyterlab_examples_kernel_output/static"
"outputDir": "jupyterlab_examples_kernel_output/labextension"
}
}
2 changes: 1 addition & 1 deletion advanced/server-extension/MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion advanced/server-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,6 @@
}
},
"extension": true,
"outputDir": "jlab_ext_example/static"
"outputDir": "jlab_ext_example/labextension"
}
}
2 changes: 1 addition & 1 deletion basics/datagrid/MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion basics/datagrid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,6 @@
],
"jupyterlab": {
"extension": true,
"outputDir": "jupyterlab_examples_datagrid/static"
"outputDir": "jupyterlab_examples_datagrid/labextension"
}
}
2 changes: 1 addition & 1 deletion basics/hello-world/MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion basics/hello-world/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,6 @@
],
"jupyterlab": {
"extension": true,
"outputDir": "jupyterlab_examples_hello_world/static"
"outputDir": "jupyterlab_examples_hello_world/labextension"
}
}
2 changes: 1 addition & 1 deletion basics/signals/MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion basics/signals/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,6 @@
],
"jupyterlab": {
"extension": true,
"outputDir": "jupyterlab_examples_signals/static"
"outputDir": "jupyterlab_examples_signals/labextension"
}
}
2 changes: 1 addition & 1 deletion command-palette/MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion command-palette/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,6 @@
],
"jupyterlab": {
"extension": true,
"outputDir": "jupyterlab_examples_command_palette/static"
"outputDir": "jupyterlab_examples_command_palette/labextension"
}
}
2 changes: 1 addition & 1 deletion commands/MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion commands/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,6 @@
],
"jupyterlab": {
"extension": true,
"outputDir": "jupyterlab_examples_commands/static"
"outputDir": "jupyterlab_examples_commands/labextension"
}
}
2 changes: 1 addition & 1 deletion context-menu/MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion context-menu/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,6 @@
],
"jupyterlab": {
"extension": true,
"outputDir": "jupyterlab_examples_context_menu/static"
"outputDir": "jupyterlab_examples_context_menu/labextension"
}
}
2 changes: 1 addition & 1 deletion launcher/MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion launcher/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,6 @@
],
"jupyterlab": {
"extension": true,
"outputDir": "jupyterlab_examples_launcher/static"
"outputDir": "jupyterlab_examples_launcher/labextension"
}
}
2 changes: 1 addition & 1 deletion log-console/custom-log-console/MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion log-console/custom-log-console/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,6 @@
],
"jupyterlab": {
"extension": true,
"outputDir": "jupyterlab_examples_custom_log_console/static"
"outputDir": "jupyterlab_examples_custom_log_console/labextension"
}
}
2 changes: 1 addition & 1 deletion log-console/log-messages/MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion log-console/log-messages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,6 @@
],
"jupyterlab": {
"extension": true,
"outputDir": "jupyterlab_examples_log_messages/static"
"outputDir": "jupyterlab_examples_log_messages/labextension"
}
}
2 changes: 1 addition & 1 deletion main-menu/MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion main-menu/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,6 @@
],
"jupyterlab": {
"extension": true,
"outputDir": "jupyterlab_examples_main_menu/static"
"outputDir": "jupyterlab_examples_main_menu/labextension"
}
}
2 changes: 1 addition & 1 deletion react/react-widget/MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion react/react-widget/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,6 @@
],
"jupyterlab": {
"extension": true,
"outputDir": "jupyterlab_examples_react_widget/static"
"outputDir": "jupyterlab_examples_react_widget/labextension"
}
}
2 changes: 1 addition & 1 deletion settings/MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion settings/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,6 @@
"jupyterlab": {
"extension": true,
"schemaDir": "schema",
"outputDir": "jupyterlab_examples_settings/static"
"outputDir": "jupyterlab_examples_settings/labextension"
}
}
2 changes: 1 addition & 1 deletion state/MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion state/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,6 @@
],
"jupyterlab": {
"extension": true,
"outputDir": "jupyterlab_examples_state/static"
"outputDir": "jupyterlab_examples_state/labextension"
}
}
2 changes: 1 addition & 1 deletion widget-tracker/widgets/MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion widget-tracker/widgets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,6 @@
],
"jupyterlab": {
"extension": true,
"outputDir": "jupyterlab_examples_widgets/static"
"outputDir": "jupyterlab_examples_widgets/labextension"
}
}

0 comments on commit 169decf

Please sign in to comment.