Skip to content

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

Merged
ariporad merged 1 commit intoshelljs:masterfrom
nfischer:fix-package-json
Jan 25, 2016
Merged

chore(package): remove v0.8 from engines list#308
ariporad merged 1 commit intoshelljs:masterfrom
nfischer:fix-package-json

Conversation

@nfischer
Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
Member Author

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

@ariporad
Copy link
Copy Markdown
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