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

Typescript types not part of released npm package #134

Open
Mike-Dax opened this issue Apr 3, 2019 · 1 comment
Open

Typescript types not part of released npm package #134

Mike-Dax opened this issue Apr 3, 2019 · 1 comment

Comments

@Mike-Dax
Copy link

Mike-Dax commented Apr 3, 2019

The typings are not part of the latest npm release (0.8.10).

They're being referenced in the package.json as being in src/index.d.ts, but the .npmignore prevents the src folder from being included.

The below simply needs to be added to the .npmignore file:

!src/index.d.ts
@dan-katz
Copy link

Will a new npm version be published with this fix?

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