Skip to content

Commit 9efee2b

Browse files
authored
Update package.json
1 parent 4a977d7 commit 9efee2b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

clear_cell_outputs/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
2-
"name": "clear-cell-outputs",
2+
"name": "@jupyterlab-examples/toolbar-button",
33
"version": "0.1.0",
44
"description": "A JupyterLab extension for clearing all cells output at once.",
55
"keywords": [
66
"jupyter",
77
"jupyterlab",
88
"jupyterlab-extension"
99
],
10-
"homepage": "https://github.com/yash112-lang/clear-cell-outputs",
10+
"homepage": "https://github.com/jupyterlab/extension-examples",
1111
"bugs": {
12-
"url": "https://github.com/yash112-lang/clear-cell-outputs/issues"
12+
"url": "https://github.com/jupyterlab/extension-examples/issues"
1313
},
1414
"license": "BSD-3-Clause",
1515
"author": {
@@ -25,7 +25,7 @@
2525
"style": "style/index.css",
2626
"repository": {
2727
"type": "git",
28-
"url": "https://github.com/yash112-lang/clear-cell-outputs.git"
28+
"url": "https://github.com/jupyterlab/extension-examples.git"
2929
},
3030
"scripts": {
3131
"build": "jlpm run build:lib && jlpm run build:labextension:dev",
@@ -66,6 +66,6 @@
6666
"styleModule": "style/index.js",
6767
"jupyterlab": {
6868
"extension": true,
69-
"outputDir": "clear_cell_outputs/labextension"
69+
"outputDir": "jupyterlab_examples_toolbar_button/labextension"
7070
}
7171
}

0 commit comments

Comments
 (0)