From 880265275fd49b1dad9a5643e2ad299292901e89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Tue, 21 May 2019 21:39:50 +0200 Subject: Use tagged version of prettier in CLI (#2387) --- cli/flags.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/flags.rs b/cli/flags.rs index 288e20b24..95aa341d6 100644 --- a/cli/flags.rs +++ b/cli/flags.rs @@ -398,7 +398,7 @@ pub fn parse_flags(matches: ArgMatches) -> DenoFlags { } /// Used for `deno fmt ...` subcommand -const PRETTIER_URL: &str = "https://deno.land/std/prettier/main.ts"; +const PRETTIER_URL: &str = "https://deno.land/std@v0.5.0/prettier/main.ts"; /// These are currently handled subcommands. /// There is no "Help" subcommand because it's handled by `clap::App` itself. -- cgit v1.2.3