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

Fix type exports #6

Merged
merged 17 commits into from Nov 26, 2018
Merged

Fix type exports #6

merged 17 commits into from Nov 26, 2018

Conversation

JasonEtco
Copy link
Owner

This PR fixes a bug in which the default export for the library wasn't properly connecting with the generated types. This meant that autocomplete/intellisense wasn't working.

There's a breaking change here, but given that the lib is still below v1.0.0 I didn't want to bump major versions:

- const Toolkit = require('actions-toolkit')
+ const { Toolkit } = require('actions-toolkit')

I've also revamped the documentation to all be in the README file; its a lot more manual, but it outputs the docs I want it to so 🤷‍♂️

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

1 participant