mirror of
https://github.com/denoland/deno.git
synced 2025-01-09 07:39:15 -05:00
bump prettier revision (#2928)
This commit is contained in:
parent
61231912e2
commit
a8f44213ec
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue