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

Deprecate Node v0.8.x #1428

Merged
merged 1 commit into from Feb 20, 2015
Merged

Deprecate Node v0.8.x #1428

merged 1 commit into from Feb 20, 2015

Conversation

nylen
Copy link
Member

@nylen nylen commented Feb 13, 2015

Closes #1427

@nylen nylen mentioned this pull request Feb 13, 2015
@FredKSchott
Copy link
Contributor

👍 This would also mean we're no longer stuck with a super old version of eslint

@tikotzky
Copy link
Contributor

👍 but you should probably update the engines property in package.json to note that its not supported.

something like: "engines" : { "node" : ">=0.10 <0.12" }

@rlidwka
Copy link

rlidwka commented Feb 18, 2015

something like: "engines" : { "node" : ">=0.10 <0.12" }

You'll cut off io.js this way.

@tikotzky
Copy link
Contributor

@rlidwka right now iojs is not supported anyway, and engines is just advisory so it wouldn't actually block you from installing and using on iojs.

@nylen
Copy link
Member Author

nylen commented Feb 19, 2015

@rlidwka ... can you propose a superior alternative?

@rlidwka
Copy link

rlidwka commented Feb 19, 2015

can you propose a superior alternative?

Maybe just use { "node": ">= 0.10" }?

@nylen
Copy link
Member Author

nylen commented Feb 20, 2015

The problem with that is not everything works with 0.12 yet. Let's discuss any changes to engines in a separate issue.

nylen added a commit that referenced this pull request Feb 20, 2015
@nylen nylen merged commit b1dd4ff into request:master Feb 20, 2015
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.

Deprecate 0.8 support
4 participants