Skip to content

Commit 807c7e3

Browse files
committed
rename extension and add built doc in .prettierignore
1 parent a280a77 commit 807c7e3

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.prettierignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ node_modules
44
**/package.json
55
!/package.json
66
litegitpuller
7+
docs/_build

src/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { PathExt } from '@jupyterlab/coreutils';
66
import { IFileBrowserFactory } from '@jupyterlab/filebrowser';
77
import { 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;

0 commit comments

Comments
 (0)