Skip to content

Conversation

@romandecker
Copy link
Contributor

@romandecker romandecker commented Jan 18, 2019

Description

Typescript type definitions were excluded from the built package via.npmignore. This PR adds an exception for the file so that the type definitions are installed correctly.

Fixes #646

Type of Change

  • Bug fix (non-breaking change which fixes an issue)

How Has This Been Tested?

Ran npm pack && tar --list --file spectacle-5.3.0.tgz | grep index.d.ts to verify that the index.d.ts file is included in the tarball.

Typescript type definitions were excluded from the built package via
`.npmignore`. This commit adds an exception for the file so that the
type definitions are installed correctly.
@ebrillhart ebrillhart requested a review from kale-stew January 18, 2019 15:45
@ebrillhart ebrillhart merged commit ad6d0a8 into FormidableLabs:master Jan 18, 2019
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.

Typescript type definitions are not part of 5.3.0 release

2 participants