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

Make @types/luxon not a devDependency #60

Merged
merged 3 commits into from
Sep 30, 2021
Merged

Conversation

woksin
Copy link
Contributor

@woksin woksin commented Sep 30, 2021

Summary

Encountered an inconvenience when consuming the SDK where the type of a Commtted Event Result's occurred property was of an any type unless you had the @types/luxon package installed locally in your project. We should instead just have that package as a normal dependency so that typescript consumers of the SDK does not need to install that package themselves.

Changed

  • @types/luxon package as a non-dev dependency

@woksin woksin added the patch label Sep 30, 2021
@woksin woksin merged commit 0d2bc30 into master Sep 30, 2021
@woksin woksin deleted the luxon-types-dependency branch September 30, 2021 10:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants