Skip to content

Conversation

@aeschli
Copy link
Contributor

@aeschli aeschli commented Oct 3, 2023

  • switch to package.json exports
  • update dependencies
  • clean up npmignore
  • add git/github settings

incorporates #25, #33, replaces #38

@aeschli aeschli self-assigned this Oct 3, 2023
@aeschli aeschli requested a review from jrieken October 3, 2023 15:36
@aeschli aeschli merged commit 53e4ca6 into main Oct 5, 2023
@aeschli aeschli deleted the aeschli/3.0.8 branch October 5, 2023 09:11
Comment on lines +9 to +11
"import": "./lib/esm/index.mjs",
"require": "./lib/umd/index.js",
"types": "./lib/umd/index.d.ts",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You may need to make the types export the first key to make it work for ESM.

Suggested change
"import": "./lib/esm/index.mjs",
"require": "./lib/umd/index.js",
"types": "./lib/umd/index.d.ts",
"types": "./lib/umd/index.d.ts",
"import": "./lib/esm/index.mjs",
"require": "./lib/umd/index.js",

@Jason3S
Copy link

Jason3S commented Oct 5, 2023

@aeschli,

Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants