File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11{
2- "name" : " @jupyter/root-ui-toolkit" ,
2+ "name" : " @jupyter-notebook /root-ui-toolkit" ,
33 "private" : true ,
44 "scripts" : {
55 "build" : " lerna run build" ,
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ import { IThemeManager } from '@jupyterlab/apputils';
88import {
99 allComponents ,
1010 provideJupyterDesignSystem
11- } from '@jupyter/ui-components' ;
11+ } from '@jupyter-notebook /ui-components' ;
1212
1313import { Widget } from '@lumino/widgets' ;
1414
You can’t perform that action at this time.
0 commit comments