Skip to content

Commit

Permalink
chore(schema): fix index.ts named export (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
fuxingloh authored Jun 18, 2024
1 parent 000fda1 commit 93f8f9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/chainfile-schema/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import schema from './schema.json';

export type * from './schema';
export * from './schema';
export * from './validate';
export default schema;

0 comments on commit 93f8f9b

Please sign in to comment.