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

Align Deno yargs_parser version with package.json version (fix .env() not working in Deno) #2306

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Feb 27, 2023

  1. Align Deno yargs_parser version with package.json version.

    Refs yargs#2136 and
    https://github.com/yargs/yargs/pull/2231/files where it looks like the
    Deno shim got missed in the version bump.
    
    This should allow `.env()` to work in Deno resolving the original
    yargs#2136 issue.
    adam-sm committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    4d2fd30 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2023

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

Commits on May 13, 2023

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