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

Wrong DTS is used in package.json #54

Closed
kirill-konshin opened this issue Jul 11, 2019 · 1 comment
Closed

Wrong DTS is used in package.json #54

kirill-konshin opened this issue Jul 11, 2019 · 1 comment

Comments

@kirill-konshin
Copy link
Contributor

kirill-konshin commented Jul 11, 2019

The DTS file https://github.com/drudru/ansi_up/blob/master/ansi_up.d.ts used in package.json does not have default export. The proper file which should be referenced in types property of package.json is
https://github.com/drudru/ansi_up/blob/master/dist/ansi_up.d.ts (it has the default export).

kirill-konshin added a commit to kirill-konshin/ansi_up that referenced this issue Jul 11, 2019
@drudru
Copy link
Owner

drudru commented Jul 21, 2019

Good catch. Will pull in.

drudru added a commit that referenced this issue Jul 28, 2019
@drudru drudru closed this as completed Jul 28, 2019
This was referenced Mar 11, 2021
This was referenced Mar 11, 2021
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

2 participants