File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -4,3 +4,4 @@ node_modules
44** /package.json
55! /package.json
66litegitpuller
7+ docs /_build
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import { PathExt } from '@jupyterlab/coreutils';
66import { IFileBrowserFactory } from '@jupyterlab/filebrowser' ;
77import { GithubPuller } from './githubpuller' ;
88
9- const assignmentListExtension : JupyterFrontEndPlugin < void > = {
9+ const gitPullerExtension : JupyterFrontEndPlugin < void > = {
1010 id : '@jupyterlite/litegitpuller:plugin' ,
1111 autoStart : true ,
1212 requires : [ IFileBrowserFactory ] ,
@@ -54,4 +54,4 @@ const assignmentListExtension: JupyterFrontEndPlugin<void> = {
5454 }
5555} ;
5656
57- export default assignmentListExtension ;
57+ export default gitPullerExtension ;
You can’t perform that action at this time.
0 commit comments