File tree Expand file tree Collapse file tree 12 files changed +78
-78
lines changed Expand file tree Collapse file tree 12 files changed +78
-78
lines changed Original file line number Diff line number Diff line change 27
27
[conda]: https://anaconda.org/conda-forge/jupyterlab-deck
28
28
[pypi-badge]: https://img.shields.io/pypi/v/jupyterlab-deck
29
29
[pypi]: https://pypi.org/project/jupyterlab-deck/
30
- [npm]: https://npmjs.com/package/@ jupyterlab/ slideshow
30
+ [npm]: https://npmjs.com/package/jupyterlab- slideshow
31
31
[npm-badge]: https://img.shields.io/npm/v/@deathbeds/jupyterlab-deck
32
32
[cov]: https://codecov.io/gh/deathbeds/jupyterlab-deck
33
33
[cov-badge]:
@@ -254,7 +254,7 @@ restore the part to the default layout.
254
254
255
255
``` json
256
256
{
257
- "@ jupyterlab/ slideshow:plugin" : {
257
+ "jupyterlab- slideshow:plugin" : {
258
258
"active" : true
259
259
}
260
260
}
Original file line number Diff line number Diff line change 88
88
# },
89
89
{
90
90
"name" : "npm" ,
91
- "url" : "https://www.npmjs.com/package/@ jupyterlab/ slideshow" ,
91
+ "url" : "https://www.npmjs.com/package/jupyterlab- slideshow" ,
92
92
"icon" : "fa-brands fa-npm" ,
93
93
},
94
94
],
Original file line number Diff line number Diff line change 23
23
24
24
25
25
class C :
26
- NPM_NAME = "@ jupyterlab/ slideshow"
26
+ NPM_NAME = "jupyterlab- slideshow"
27
27
OLD_VERSION = "0.2.1"
28
28
VERSION = "0.3.0"
29
29
JS_VERSION = (
Original file line number Diff line number Diff line change 2
2
"jupyterlab-videochat:plugin" : {
3
3
"disablePublicRooms" : false
4
4
},
5
- "@ jupyterlab/ slideshow:plugin" : {
5
+ "jupyterlab- slideshow:plugin" : {
6
6
"active" : true
7
7
}
8
8
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"private" : true ,
3
- "name" : " @ jupyterlab/ slideshow-metapackage" ,
3
+ "name" : " jupyterlab- slideshow-metapackage" ,
4
4
"version" : " 0.0.0" ,
5
5
"description" : " JupyterLab Deck - Metapackage" ,
6
6
"license" : " BSD-3-Clause" ,
7
7
"author" : {
8
- "name" : " Jupyter Development Team" ,
9
-
8
+ "name" : " JupyterLab Contrib Team" ,
9
+ "email" : " "
10
10
},
11
11
"homepage" : " https://github.com/jupyterlab-contrib/jupyterlab-slideshow" ,
12
12
"repository" : {
23
23
},
24
24
"types" : " lib/index.d.ts" ,
25
25
"dependencies" : {
26
- "@ jupyterlab/ slideshow" : " workspace:^"
26
+ "jupyterlab- slideshow" : " workspace:^"
27
27
}
28
28
}
Original file line number Diff line number Diff line change 1
- export * from '@ jupyterlab/ slideshow' ;
1
+ export * from 'jupyterlab- slideshow' ;
Original file line number Diff line number Diff line change 27
27
[conda]: https://anaconda.org/conda-forge/jupyterlab-deck
28
28
[pypi-badge]: https://img.shields.io/pypi/v/jupyterlab-deck
29
29
[pypi]: https://pypi.org/project/jupyterlab-deck/
30
- [npm]: https://npmjs.com/package/@ jupyterlab/ slideshow
30
+ [npm]: https://npmjs.com/package/jupyterlab- slideshow
31
31
[npm-badge]: https://img.shields.io/npm/v/@deathbeds/jupyterlab-deck
32
32
[cov]: https://codecov.io/gh/deathbeds/jupyterlab-deck
33
33
[cov-badge]:
@@ -252,7 +252,7 @@ restore the part to the default layout.
252
252
253
253
``` json
254
254
{
255
- "@ jupyterlab/ slideshow:plugin" : {
255
+ "jupyterlab- slideshow:plugin" : {
256
256
"active" : true
257
257
}
258
258
}
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " @ jupyterlab/ slideshow" ,
2
+ "name" : " jupyterlab- slideshow" ,
3
3
"version" : " 0.3.0" ,
4
4
"description" : " Lightweight presentations for JupyterLab" ,
5
5
"license" : " BSD-3-Clause" ,
6
6
"author" : {
7
- "name" : " Jupyter Development Team" ,
8
-
7
+ "name" : " JupyterLab Contrib Team" ,
8
+ "email" : " "
9
9
},
10
10
"homepage" : " https://github.com/jupyterlab-contrib/jupyterlab-slideshow" ,
11
11
"repository" : {
44
44
},
45
45
"jupyterlab" : {
46
46
"extension" : " lib/plugin.js" ,
47
- "outputDir" : " ../../src/_d/share/jupyter/labextensions/@ jupyterlab/ slideshow" ,
47
+ "outputDir" : " ../../src/_d/share/jupyter/labextensions/jupyterlab- slideshow" ,
48
48
"schemaDir" : " schema" ,
49
49
"webpackConfig" : " ./webpack.config.js" ,
50
50
"sharedPackages" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"private" : true ,
3
- "name" : " @ jupyterlab/ slideshow-repo" ,
3
+ "name" : " jupyterlab- slideshow-repo" ,
4
4
"version" : " 0.0.0" ,
5
5
"author" : {
6
- "name" : " Jupyter Development Team" ,
7
-
6
+ "name" : " JupyterLab Contrib Team" ,
7
+ "email" : " "
8
8
},
9
9
"homepage" : " https://github.com/jupyterlab-contrib/jupyterlab-slideshow" ,
10
10
"workspaces" : {
Original file line number Diff line number Diff line change 2
2
"jupyterlab-videochat:plugin" : {
3
3
"disablePublicRooms" : false
4
4
},
5
- "@ jupyterlab/ slideshow:plugin" : {
5
+ "jupyterlab- slideshow:plugin" : {
6
6
"active" : true
7
7
}
8
8
}
You can’t perform that action at this time.
0 commit comments