Skip to content

Commit

Permalink
Align Deno yargs_parser version with package.json version.
Browse files Browse the repository at this point in the history
Refs #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
  • Loading branch information
adam-sm committed Feb 27, 2023
1 parent 2b6ba31 commit 52c1b6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/platform-shims/deno.ts
Expand Up @@ -13,7 +13,7 @@ import {

import cliui from 'https://deno.land/x/cliui@v7.0.4-deno/deno.ts';
import escalade from 'https://deno.land/x/escalade@v3.0.3/sync.ts';
import Parser from 'https://deno.land/x/yargs_parser@v20.2.4-deno/deno.ts';
import Parser from 'https://deno.land/x/yargs_parser@v21.1.1-deno/deno.ts';
import y18n from 'https://deno.land/x/y18n@v5.0.0-deno/deno.ts';
import {YError} from '../../build/lib/yerror.js';

Expand Down

0 comments on commit 52c1b6b

Please sign in to comment.