chore: remove generated type files from git

This commit is contained in:
Thomas Allmer 2021-05-31 14:53:44 +02:00
parent 12c2833c6c
commit 24b272ecf2
2 changed files with 0 additions and 10 deletions

View file

@ -1,8 +0,0 @@
export { PublishDocs } from "./src/PublishDocs.js";
export type PublishDocsOptions = {
projectDir: string;
gitHubUrl: string;
gitRootDir: string;
copyDir: string;
copyTarget: string;
};

View file

@ -1,2 +0,0 @@
export { isSameDate } from "./src/utils/isSameDate.js";
export { LionCalendar } from "./src/LionCalendar.js";