Skip to content

Commit

Permalink
fix(rulesets): __importDefault undefined
Browse files Browse the repository at this point in the history
  • Loading branch information
P0lip committed Feb 28, 2022
1 parent 9aae15c commit fdd647b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packages/rulesets/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
export { default as oas } from './oas';
export { default as asyncapi } from './asyncapi';
import { default as oas } from './oas';
import { default as asyncapi } from './asyncapi';

export { oas, asyncapi };

0 comments on commit fdd647b

Please sign in to comment.