Skip to content

Commit 2928be8

Browse files
committed
removing obsolete code
1 parent 0d7a59d commit 2928be8

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

src/index.spec.ts

Lines changed: 0 additions & 2 deletions
This file was deleted.

src/interfaces.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,3 @@ export interface GHPages {
22
publish(dir: string, options: any): Promise<any>;
33
clean?(): void;
44
}
5-
6-
export interface Project {
7-
name: string;
8-
id: string;
9-
}

0 commit comments

Comments
 (0)