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

fix(exports): node 13.0-13.6 require a string fallback #91

Merged
merged 1 commit into from Oct 14, 2020
Merged

fix(exports): node 13.0-13.6 require a string fallback #91

merged 1 commit into from Oct 14, 2020

Commits on Oct 11, 2020

  1. fix(exports): node 13.0-13.6 require a string fallback

    package.json’s "engines" field claims cliui supports node >= 10; node v13.0-v13.6 are included in this semver range. This change is required to be able to require() from cli-ui successfully in these versions.
    
    See yargs/yargs#1776
    ljharb committed Oct 11, 2020
    Copy the full SHA
    71d177f View commit details
    Browse the repository at this point in the history