mirror of
https://github.com/denoland/deno.git
synced 2024-12-22 15:24:46 -05:00
bump std/prettier@0.5.0 to std/prettier@0.7.0 (#2425)
This commit is contained in:
parent
5265bd7cb1
commit
4c80394f54
1 changed files with 1 additions and 1 deletions
|
@ -403,7 +403,7 @@ pub fn parse_flags(matches: ArgMatches) -> DenoFlags {
|
|||
}
|
||||
|
||||
/// Used for `deno fmt <files>...` subcommand
|
||||
const PRETTIER_URL: &str = "https://deno.land/std@v0.5.0/prettier/main.ts";
|
||||
const PRETTIER_URL: &str = "https://deno.land/std@v0.7.0/prettier/main.ts";
|
||||
|
||||
/// These are currently handled subcommands.
|
||||
/// There is no "Help" subcommand because it's handled by `clap::App` itself.
|
||||
|
|
Loading…
Reference in a new issue