Skip to content

fix(exports): node 13.0 and 13.1 require the dotted object form _with_ a string fallback#336

Merged
bcoe merged 1 commit intoyargs:masterfrom
ljharb:master
Oct 16, 2020
Merged

fix(exports): node 13.0 and 13.1 require the dotted object form _with_ a string fallback#336
bcoe merged 1 commit intoyargs:masterfrom
ljharb:master

Conversation

@ljharb
Copy link
Copy Markdown
Contributor

@ljharb ljharb commented Oct 16, 2020

package.json’s "engines" field claims yargs-parser supports node >= 10; node v13.0 and v13.1 are included in this semver range. This change is required to be able to require() from yargs-parser successfully in these versions.

See yargs/yargs#1776

Sorry I missed this in #333 (-‸ლ)

…_ a string fallback

package.json’s "engines" field claims yargs-parser supports node >= 10; node v13.0 and v13.1 are included in this semver range. This change is required to be able to require() from yargs-parser successfully in these versions.

See yargs/yargs#1776
@bcoe bcoe merged commit 3ae7242 into yargs:master Oct 16, 2020
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