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

feat: configure engines with node >= 10.3.0 #795

Merged
merged 4 commits into from
Sep 19, 2019
Merged

Commits on Sep 18, 2019

  1. feat: configure engines with node >= 10.0.0

    As `node 8` is becoming EOL soon, we're upgrading the baseline `node`
    version requirement from `>= 8.10.0` to `>= 10.0.0`. At this point, the
    code generation is not affected, but this our first signal to consumers
    that they need to upgrade their runtimes and/or codebases.
    
    Additionally, normalized the order of fields in the `package.json` files
    to make it nicer for people to work in the mono-repo.
    
    Related to #794
    RomainMuller committed Sep 18, 2019
    Configuration menu
    Copy the full SHA
    8022243 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    90dd935 View commit details
    Browse the repository at this point in the history
  3. Update CONTRIBUTING.md

    RomainMuller committed Sep 18, 2019
    Configuration menu
    Copy the full SHA
    939c756 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2019

  1. Configuration menu
    Copy the full SHA
    24e4afb View commit details
    Browse the repository at this point in the history