Skip to content

fix: Fix Express example installation #77

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

Merged
merged 1 commit into from
Apr 29, 2020
Merged

fix: Fix Express example installation #77

merged 1 commit into from
Apr 29, 2020

Conversation

helio-frota
Copy link
Contributor

Related to #76

Now it uses the same approach as TypeScript example: https://github.com/cloudevents/sdk-javascript/blob/master/examples/typescript-ex/package.json#L28

@@ -14,7 +14,7 @@
"author": "fabiojose@gmail.com",
"license": "Apache-2.0",
"dependencies": {
"cloudevents-sdk": "github:cloudevents/sdk-javascript#v1",
"cloudevents-sdk": "1.0.0",
Copy link
Member

Choose a reason for hiding this comment

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

Maybe it would be good to use a patch or minor release filter here?

Suggested change
"cloudevents-sdk": "1.0.0",
"cloudevents-sdk": "~1.0.0",

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Probably yes 👍

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Commit updated

Signed-off-by: Helio Frota <00hf11@gmail.com>
@grant grant merged commit bb8e0f9 into cloudevents:master Apr 29, 2020
@helio-frota helio-frota deleted the fix-express-example-install branch April 29, 2020 17:51
@helio-frota helio-frota self-assigned this May 12, 2020
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.

3 participants