File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " clear-cell-outputs " ,
2
+ "name" : " @jupyterlab-examples/toolbar-button " ,
3
3
"version" : " 0.1.0" ,
4
4
"description" : " A JupyterLab extension for clearing all cells output at once." ,
5
5
"keywords" : [
6
6
" jupyter" ,
7
7
" jupyterlab" ,
8
8
" jupyterlab-extension"
9
9
],
10
- "homepage" : " https://github.com/yash112-lang/clear-cell-outputs " ,
10
+ "homepage" : " https://github.com/jupyterlab/extension-examples " ,
11
11
"bugs" : {
12
- "url" : " https://github.com/yash112-lang/clear-cell-outputs /issues"
12
+ "url" : " https://github.com/jupyterlab/extension-examples /issues"
13
13
},
14
14
"license" : " BSD-3-Clause" ,
15
15
"author" : {
25
25
"style" : " style/index.css" ,
26
26
"repository" : {
27
27
"type" : " git" ,
28
- "url" : " https://github.com/yash112-lang/clear-cell-outputs .git"
28
+ "url" : " https://github.com/jupyterlab/extension-examples .git"
29
29
},
30
30
"scripts" : {
31
31
"build" : " jlpm run build:lib && jlpm run build:labextension:dev" ,
66
66
"styleModule" : " style/index.js" ,
67
67
"jupyterlab" : {
68
68
"extension" : true ,
69
- "outputDir" : " clear_cell_outputs /labextension"
69
+ "outputDir" : " jupyterlab_examples_toolbar_button /labextension"
70
70
}
71
71
}
You can’t perform that action at this time.
0 commit comments