Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PR to update package.json exports to remove warnings. #21

Open
typhonrt opened this issue Oct 28, 2021 · 0 comments
Open

PR to update package.json exports to remove warnings. #21

typhonrt opened this issue Oct 28, 2021 · 0 comments

Comments

@typhonrt
Copy link

Greets,

I'd like to make a PR or just get this module updated for better exports in package.json. This will remove several warnings from Node and Svelte. I can make a PR, but didn't want it to be sitting there for a while. Of course this is an easy update too for the maintainer.

Regards...

  "exports": {
    "./*": "./dist/*",
    ".": {
      "import": "./dist/index.mjs",
      "require": "./dist/index.js"
    },
    "./local": {
      "import": "./dist/local.mjs",
      "require": "./dist/local.js"
    },
    "./session": {
      "import": "./dist/session.mjs",
      "require": "./dist/session.js"
    },
    "./package.json": "./package.json"
  },
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

No branches or pull requests

1 participant