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

Remove "engines" from package.json #4

Merged
merged 1 commit into from
Aug 19, 2015
Merged

Conversation

ide
Copy link
Contributor

@ide ide commented Aug 13, 2015

Node will soon be releasing a new major version several times a year so the engines field is getting outdated quickly, and this project doesn't depend on many features of Node anyway. This commit is to make it so that downstream projects like react-native don't print a warning when people install it with io.js 3.0, Node.js 4.0, etc.

Node will soon be releasing a new major version several times a year so the engines field is getting outdated quickly, and this project doesn't depend on many features of Node anyway. This commit is to make it so that downstream projects like react-native don't print a warning when people install it with io.js 3.0, Node.js 4.0, etc.

To help catch issues, the Travis config file now tests the latest version of io.js. It also contains `sudo: false` so that it runs on Travis' new docker infrastructure: http://docs.travis-ci.com/user/workers/container-based-infrastructure/
@Calamari
Copy link
Contributor

I guess it isn't really needed anymore, because we have travis to test those versions.

Do you require a version bump for this?

Calamari added a commit that referenced this pull request Aug 19, 2015
Remove "engines" from package.json
@Calamari Calamari merged commit 488112c into errwischt:master Aug 19, 2015
@ide
Copy link
Contributor Author

ide commented Aug 19, 2015

@Calamari thanks for taking a look. Could you publish 0.1.3 to npm?

@Calamari
Copy link
Contributor

Done.

@ide
Copy link
Contributor Author

ide commented Aug 19, 2015

Thanks!

@Calamari
Copy link
Contributor

You're welcome

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.

2 participants