1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-09 15:48:16 -05:00

bump prettier revision (#2928)

This commit is contained in:
Bartek Iwańczuk 2019-09-12 12:32:24 +02:00 committed by Ryan Dahl
parent 61231912e2
commit a8f44213ec

View file

@ -678,7 +678,7 @@ fn parse_script_args(
} }
/// Used for `deno fmt <files>...` subcommand /// Used for `deno fmt <files>...` subcommand
const PRETTIER_URL: &str = "https://deno.land/std@v0.11/prettier/main.ts"; const PRETTIER_URL: &str = "https://deno.land/std@06958a4/prettier/main.ts";
/// Used for `deno install...` subcommand /// Used for `deno install...` subcommand
const INSTALLER_URL: &str = "https://deno.land/std@v0.11/installer/mod.ts"; const INSTALLER_URL: &str = "https://deno.land/std@v0.11/installer/mod.ts";
/// Used for `deno test...` subcommand /// Used for `deno test...` subcommand