Skip to content

Commit

Permalink
fix(deno): specify deps (avoids Deno warnings)
Browse files Browse the repository at this point in the history
  • Loading branch information
rivy committed Nov 4, 2022
1 parent f980fb8 commit 856ace3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deno.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Main entrypoint for Deno.
//
// TODO: find reasonable replacement for require logic.
import * as path from 'https://deno.land/std/path/mod.ts'
import * as path from 'https://deno.land/std@0.159.0/path/mod.ts'
import { camelCase, decamelize, looksLikeNumber } from './build/lib/string-utils.js'
import { YargsParser } from './build/lib/yargs-parser.js'
import type { Arguments, ArgsInput, Parser, Options, DetailedArguments } from './build/lib/yargs-parser-types.d.ts'
Expand Down

0 comments on commit 856ace3

Please sign in to comment.