Skip to content

Commit 03cf682

Browse files
committed
remove cosmos builder export to chain builder export
1 parent a25d4a3 commit 03cf682

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

packages/packages/generator/src/index.ts

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,5 @@ export * from './types';
55
export { DefaultsManager } from './defaults';
66
export { ScriptManager } from './scripts';
77

8-
// Builders
9-
export { CosmosBuilder } from './builders/cosmos';
10-
11-
// Re-export types from starship-ci/types for convenience
12-
export { Chain, StarshipConfig } from '@starship-ci/types';
8+
// Chain builders
9+
export { ChainBuilder } from './builders/chains';

0 commit comments

Comments
 (0)