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

Match package.json node engines to the docs #35

Merged
merged 1 commit into from Aug 8, 2018

Conversation

kudos
Copy link
Contributor

@kudos kudos commented Aug 4, 2018

It refuses to install against node 10.8.0 due to the spec in package.json. After adjusting node engines the tests are still passing.

Copy link
Contributor

@mcollina mcollina left a comment

Choose a reason for hiding this comment

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

Good cath! I’ve installed this several times on Node 10 and I never hit this. Have you got some config to force this behavior on npm or are you using yarn?

package.json Outdated
@@ -4,7 +4,7 @@
"repository": "nearform/node-clinic",
"version": "1.0.2",
"engines": {
"node": "^9.4.0 || ^8.9.4"
"node": "^10.0.0 || ^8.9.4"
Copy link
Contributor

Choose a reason for hiding this comment

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

Thanks for the contribution can you keep the 9.4.0 part and just add the 10.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.

@mcollina updated.

Signed-off-by: Jonathan Cremin <jonathan@crem.in>
@kudos
Copy link
Contributor Author

kudos commented Aug 7, 2018

@mcollina I'm using yarn. I've actually just notice that there are some dependencies (at least on-net-listen) of this project configured the same way.

Copy link
Contributor

@mcollina mcollina left a comment

Choose a reason for hiding this comment

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

LGTM

@mcollina mcollina merged commit b852f5f into clinicjs:master Aug 8, 2018
@mcollina
Copy link
Contributor

mcollina commented Aug 8, 2018

Thanks!!!!

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

3 participants