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

Commits on Aug 13, 2015

  1. Remove "engines" from package.json

    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/
    ide committed Aug 13, 2015
    Configuration menu
    Copy the full SHA
    e3d808f View commit details
    Browse the repository at this point in the history