Skip to content

Commit a3e5533

Browse files
authored
Rename npm package (#16)
1 parent ad69bed commit a3e5533

File tree

12 files changed

+78
-78
lines changed

12 files changed

+78
-78
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
[conda]: https://anaconda.org/conda-forge/jupyterlab-deck
2828
[pypi-badge]: https://img.shields.io/pypi/v/jupyterlab-deck
2929
[pypi]: https://pypi.org/project/jupyterlab-deck/
30-
[npm]: https://npmjs.com/package/@jupyterlab/slideshow
30+
[npm]: https://npmjs.com/package/jupyterlab-slideshow
3131
[npm-badge]: https://img.shields.io/npm/v/@deathbeds/jupyterlab-deck
3232
[cov]: https://codecov.io/gh/deathbeds/jupyterlab-deck
3333
[cov-badge]:
@@ -254,7 +254,7 @@ restore the part to the default layout.
254254

255255
```json
256256
{
257-
"@jupyterlab/slideshow:plugin": {
257+
"jupyterlab-slideshow:plugin": {
258258
"active": true
259259
}
260260
}

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
# },
8989
{
9090
"name": "npm",
91-
"url": "https://www.npmjs.com/package/@jupyterlab/slideshow",
91+
"url": "https://www.npmjs.com/package/jupyterlab-slideshow",
9292
"icon": "fa-brands fa-npm",
9393
},
9494
],

dodo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424

2525
class C:
26-
NPM_NAME = "@jupyterlab/slideshow"
26+
NPM_NAME = "jupyterlab-slideshow"
2727
OLD_VERSION = "0.2.1"
2828
VERSION = "0.3.0"
2929
JS_VERSION = (

examples/overrides.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"jupyterlab-videochat:plugin": {
33
"disablePublicRooms": false
44
},
5-
"@jupyterlab/slideshow:plugin": {
5+
"jupyterlab-slideshow:plugin": {
66
"active": true
77
}
88
}

js/_meta/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"private": true,
3-
"name": "@jupyterlab/slideshow-metapackage",
3+
"name": "jupyterlab-slideshow-metapackage",
44
"version": "0.0.0",
55
"description": "JupyterLab Deck - Metapackage",
66
"license": "BSD-3-Clause",
77
"author": {
8-
"name": "Jupyter Development Team",
9-
"email": "[email protected]"
8+
"name": "JupyterLab Contrib Team",
9+
"email": ""
1010
},
1111
"homepage": "https://github.com/jupyterlab-contrib/jupyterlab-slideshow",
1212
"repository": {
@@ -23,6 +23,6 @@
2323
},
2424
"types": "lib/index.d.ts",
2525
"dependencies": {
26-
"@jupyterlab/slideshow": "workspace:^"
26+
"jupyterlab-slideshow": "workspace:^"
2727
}
2828
}

js/_meta/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export * from '@jupyterlab/slideshow';
1+
export * from 'jupyterlab-slideshow';

js/jupyterlab-slideshow/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
[conda]: https://anaconda.org/conda-forge/jupyterlab-deck
2828
[pypi-badge]: https://img.shields.io/pypi/v/jupyterlab-deck
2929
[pypi]: https://pypi.org/project/jupyterlab-deck/
30-
[npm]: https://npmjs.com/package/@jupyterlab/slideshow
30+
[npm]: https://npmjs.com/package/jupyterlab-slideshow
3131
[npm-badge]: https://img.shields.io/npm/v/@deathbeds/jupyterlab-deck
3232
[cov]: https://codecov.io/gh/deathbeds/jupyterlab-deck
3333
[cov-badge]:
@@ -252,7 +252,7 @@ restore the part to the default layout.
252252

253253
```json
254254
{
255-
"@jupyterlab/slideshow:plugin": {
255+
"jupyterlab-slideshow:plugin": {
256256
"active": true
257257
}
258258
}

js/jupyterlab-slideshow/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"name": "@jupyterlab/slideshow",
2+
"name": "jupyterlab-slideshow",
33
"version": "0.3.0",
44
"description": "Lightweight presentations for JupyterLab",
55
"license": "BSD-3-Clause",
66
"author": {
7-
"name": "Jupyter Development Team",
8-
"email": "[email protected]"
7+
"name": "JupyterLab Contrib Team",
8+
"email": ""
99
},
1010
"homepage": "https://github.com/jupyterlab-contrib/jupyterlab-slideshow",
1111
"repository": {
@@ -44,7 +44,7 @@
4444
},
4545
"jupyterlab": {
4646
"extension": "lib/plugin.js",
47-
"outputDir": "../../src/_d/share/jupyter/labextensions/@jupyterlab/slideshow",
47+
"outputDir": "../../src/_d/share/jupyter/labextensions/jupyterlab-slideshow",
4848
"schemaDir": "schema",
4949
"webpackConfig": "./webpack.config.js",
5050
"sharedPackages": {

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"private": true,
3-
"name": "@jupyterlab/slideshow-repo",
3+
"name": "jupyterlab-slideshow-repo",
44
"version": "0.0.0",
55
"author": {
6-
"name": "Jupyter Development Team",
7-
"email": "[email protected]"
6+
"name": "JupyterLab Contrib Team",
7+
"email": ""
88
},
99
"homepage": "https://github.com/jupyterlab-contrib/jupyterlab-slideshow",
1010
"workspaces": {

pages-lite/overrides.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"jupyterlab-videochat:plugin": {
33
"disablePublicRooms": false
44
},
5-
"@jupyterlab/slideshow:plugin": {
5+
"jupyterlab-slideshow:plugin": {
66
"active": true
77
}
88
}

0 commit comments

Comments
 (0)