diff --git a/src/index.ts b/src/index.ts index e41af7d..86f4f20 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,5 +1,3 @@ -import { release } from './release' -import { changelog } from './changelog' -import { commitLint } from './commitLint' - -export { release, changelog, commitLint } +export * from './release' +export * from './changelog' +export * from './commitLint'