X Tutup
The Wayback Machine - https://web.archive.org/web/20201029154136/https://github.com/yargs/cliui/pull/91
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

Conversation

@ljharb
Copy link
Contributor

@ljharb ljharb commented Oct 11, 2020

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

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
@bcoe
bcoe approved these changes Oct 14, 2020
@bcoe bcoe merged commit b529d7e into yargs:master Oct 14, 2020
7 checks passed
7 checks passed
test (10)
Details
test (12)
Details
test (14)
Details
windows
Details
coverage
Details
esm
Details
deno deno
Details
@ljharb ljharb deleted the ljharb:exports_field_fix branch Oct 14, 2020
ljharb added a commit to ljharb/yargs that referenced this pull request Oct 15, 2020
bcoe pushed a commit to yargs/yargs that referenced this pull request Oct 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

2 participants
You can’t perform that action at this time.
X Tutup