Skip to content

Commit 7bbdf99

Browse files
committed
Update scope from @jupyter to @jupyter-notebook
1 parent b449522 commit 7bbdf99

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@jupyter/root-ui-toolkit",
2+
"name": "@jupyter-notebook/root-ui-toolkit",
33
"private": true,
44
"scripts": {
55
"build": "lerna run build",

packages/components/docs/api-report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## API Report File for "@jupyter/ui-components"
1+
## API Report File for "@jupyter-notebook/ui-components"
22

33
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
44

packages/components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@jupyter/ui-components",
2+
"name": "@jupyter-notebook/ui-components",
33
"version": "0.1.0",
44
"description": "A component library for building extensions in Jupyter frontends.",
55
"homepage": "https://github.com/jupyterlab-contrib/jupyter-ui-toolkit#readme",

packages/lab-example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"watch:labextension": "jupyter labextension watch ."
4747
},
4848
"dependencies": {
49-
"@jupyter/ui-components": "^0.1.0",
49+
"@jupyter-notebook/ui-components": "^0.1.0",
5050
"@jupyterlab/application": "^3.1.0",
5151
"@jupyterlab/apputils": "^3.0.0",
5252
"@lumino/widgets": "^1.30.0"

packages/lab-example/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { IThemeManager } from '@jupyterlab/apputils';
88
import {
99
allComponents,
1010
provideJupyterDesignSystem
11-
} from '@jupyter/ui-components';
11+
} from '@jupyter-notebook/ui-components';
1212

1313
import { Widget } from '@lumino/widgets';
1414

0 commit comments

Comments
 (0)