From a86b3c01c8e9363c6a64db854558068a1c1e80e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Thu, 20 Dec 2018 16:49:34 +0100 Subject: Update registry URLs for flags (denoland/deno_std#36) Original: https://github.com/denoland/deno_std/commit/34f21da7cf89c5a24558c68fc3f572e7300da618 --- examples/gist.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/gist.ts') diff --git a/examples/gist.ts b/examples/gist.ts index 04a123560..b0e9a033c 100755 --- a/examples/gist.ts +++ b/examples/gist.ts @@ -1,7 +1,7 @@ #!/usr/bin/env deno --allow-net --allow-env import { args, env, exit, readFile } from "deno"; -import parseArgs from "https://deno.land/x/parseargs/index.ts"; +import parseArgs from "https://deno.land/x/flags/index.ts"; function pathBase(p: string): string { const parts = p.split("/"); -- cgit v1.2.3