Skip to content

Commit

Permalink
Revert "fix(deno): update types for deno ^1.4.0 (#329)"
Browse files Browse the repository at this point in the history
This reverts commit 3c35218.
  • Loading branch information
bcoe authored Sep 30, 2020
1 parent 3c35218 commit edf48d4
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 @@ -5,7 +5,7 @@
import * as path from 'https://deno.land/std/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'
import { Arguments, ArgsInput, Parser, Options, DetailedArguments } from './build/lib/yargs-parser-types.d.ts'

const parser = new YargsParser({
cwd: Deno.cwd,
Expand Down

0 comments on commit edf48d4

Please sign in to comment.