diff --git a/src/index.ts b/src/index.ts index fa912d4..9cbbfe2 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1 +1,2 @@ +export * as common from './modules/common'; export * as git from './modules/git';