diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2019-09-12 12:32:24 +0200 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2019-09-12 06:32:24 -0400 |
commit | a8f44213ec6fdea338b50c3cd5bc035a80fc94a1 (patch) | |
tree | 1f380546586fdd13076f4aa6cdf1e9380464f2a6 | |
parent | 61231912e2c4f6cc671a061468b864f371a276a2 (diff) |
bump prettier revision (#2928)
-rw-r--r-- | cli/flags.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/flags.rs b/cli/flags.rs index c9c7a59c7..7e129b6ab 100644 --- a/cli/flags.rs +++ b/cli/flags.rs @@ -678,7 +678,7 @@ fn parse_script_args( } /// 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 const INSTALLER_URL: &str = "https://deno.land/std@v0.11/installer/mod.ts"; /// Used for `deno test...` subcommand |