Skip to content

Commit

Permalink
fix: Add .js extension
Browse files Browse the repository at this point in the history
  • Loading branch information
sebbo2002 committed Feb 12, 2023
1 parent 7b2a724 commit adaa3d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ export {
SubscriptionPostResponse,
RequestOptions,
Boards
} from './types';
} from './types.js';

0 comments on commit adaa3d0

Please sign in to comment.