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

Corrupt npm package #27

Closed
solenopsys opened this issue Mar 12, 2024 · 1 comment
Closed

Corrupt npm package #27

solenopsys opened this issue Mar 12, 2024 · 1 comment

Comments

@solenopsys
Copy link

 "exports": {
    ".": {
      "types": "./dist/types/index.d.ts",
      "test": "./dist/dev/index.js",
      "development": "./dist/dev/index.js",
      "default": "./dist/prod/index.js"
    },
    "./map": {
      "types": "./dist/types/map.d.ts",
      "test": "./dist/dev/map.js",
      "development": "./dist/dev/map.js",
      "default": "./dist/prod/map.js"
    },
    "./package.json": "./package.json"
  }

But inside npm package, there is no dist directory.

@solenopsys solenopsys changed the title No good npm package Corrupt npm package Mar 12, 2024
@solenopsys
Copy link
Author

It is my mistake, it is devDependency.

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