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

include typings in distribution #199

Merged
merged 2 commits into from
Oct 5, 2021
Merged

include typings in distribution #199

merged 2 commits into from
Oct 5, 2021

Conversation

dagda1
Copy link
Contributor

@dagda1 dagda1 commented Sep 19, 2021

The types are not getting included in the distribution so I change the "files" array in package.json to:

    "files": [
        "src",
        "dist",
        "typings"
    ],

@nk-o nk-o merged commit 90d6f2c into nk-o:master Oct 5, 2021
@nk-o nk-o mentioned this pull request Feb 10, 2022
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.

None yet

2 participants