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

chore(package): remove v0.8 from engines list #308

Merged
merged 1 commit into from
Jan 25, 2016
Merged

chore(package): remove v0.8 from engines list #308

merged 1 commit into from
Jan 25, 2016

Conversation

nfischer
Copy link
Member

We don't really guarantee our stuff works on v0.8, since travis doesn't run on that version (this is because jshint requires v0.10+). So this just removes it from package.json. This doesn't prevent v0.8 users from using shelljs, just removes the promise of support.

See #307 for a discussion about this.

@ariporad
Copy link
Contributor

I don't think we support anything less than <0.12, do we? (I think travis only builds 0.12 and up)

@nfischer
Copy link
Member Author

@ariporad the travis config uses nvm to install the version of node. nvm supports each of those versions.

This can be verified by looking at the travis output where it says node --version.

@ariporad
Copy link
Contributor

@nfischer: no, I know, but is our build set up to build on node 0.10? (Sorry, on mobile, so I can't check)

@nfischer
Copy link
Member Author

@ariporad Yeah, our travis config uses v0.10, 0.11, 0.12, 4, and 5

@ariporad
Copy link
Contributor

Ok then. LGTM!

ariporad added a commit that referenced this pull request Jan 25, 2016
chore(package): remove v0.8 from engines list
@ariporad ariporad merged commit 7244c93 into shelljs:master Jan 25, 2016
@nfischer nfischer deleted the fix-package-json branch January 28, 2016 07:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants