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

Add missing dependency to package.json #16

Merged
merged 2 commits into from
Oct 24, 2018

Conversation

elbuo8
Copy link
Contributor

@elbuo8 elbuo8 commented Oct 24, 2018

With the usage of importHelpers, the tslib will be needed in package.json for installers using older versions of npm (or using yarn).

@@ -7,7 +7,8 @@
"types": "./typings/lib/index.d.ts",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The change LGTM. Can you also bump the package version to 0.1.9?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add a line in the changelog.md file as well.

### 0.1.9 - 2018-10-24
- With the usage of `importHelpers`, the tslib will be needed in package.json for installers using older versions of npm (or using yarn). [PR](https://github.com/amqp/rhea-promise/pull/16).

@elbuo8
Copy link
Contributor Author

elbuo8 commented Oct 24, 2018

@amarzavery done 👍

@amarzavery amarzavery merged commit 2648594 into amqp:master Oct 24, 2018
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.

2 participants