Skip to content

Commit

Permalink
feat: support esm import default
Browse files Browse the repository at this point in the history
  • Loading branch information
ityuany committed Jul 26, 2022
1 parent 2e1dfff commit 8d7bc0f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 15 deletions.
24 changes: 9 additions & 15 deletions package-lock.json

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

5 changes: 5 additions & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,8 @@ function warmup(options, requires) {
}

export { pitch, warmup }; // eslint-disable-line import/prefer-default-export

export default {
pitch,
warmup,
};

0 comments on commit 8d7bc0f

Please sign in to comment.