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

We should specify the node version we use #18

Open
ghost opened this issue Mar 10, 2017 · 1 comment
Open

We should specify the node version we use #18

ghost opened this issue Mar 10, 2017 · 1 comment
Assignees

Comments

@ghost
Copy link

ghost commented Mar 10, 2017

Right now it is

  "engines": {
    "node": ">=5.11.0"
  },

But I think we should specify the specific version, also the npm version

"engines": {
    "node": "x.x.x",
    "npm": "x.x.x"
  },

What do you guys think? Also, what specific version would you like to set?

@rkmax
Copy link
Member

rkmax commented Mar 10, 2017

I think more important than the node or npm version are the dependencies, normally they get updated quickly, I think with define a minimum version (I think 4 it's enough) and from that we can just keeping dependencies updated

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

No branches or pull requests

2 participants