1
0
Fork 0
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:
Axetroy 2019-05-30 20:35:42 +08:00 committed by Ryan Dahl
parent 5265bd7cb1
commit 4c80394f54

View file

@ -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.