prettier 2.8.2
Closes #120003. Signed-off-by: Alexander Bayandin <alexander@bayandin.dev> Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>master
parent
35707fce84
commit
0a7d7b9ede
|
@ -3,8 +3,8 @@ require "language/node"
|
|||
class Prettier < Formula
|
||||
desc "Code formatter for JavaScript, CSS, JSON, GraphQL, Markdown, YAML"
|
||||
homepage "https://prettier.io/"
|
||||
url "https://registry.npmjs.org/prettier/-/prettier-2.8.1.tgz"
|
||||
sha256 "e70f531d8744ae7773dbaaf7a35138638c35fda1a853cafa38f5d2ffa51aba9c"
|
||||
url "https://registry.npmjs.org/prettier/-/prettier-2.8.2.tgz"
|
||||
sha256 "0d44d625d412749a71b8ada18da10950cd9b4f10725eca2a7eba28a0f5c3c629"
|
||||
license "MIT"
|
||||
head "https://github.com/prettier/prettier.git", branch: "main"
|
||||
|
||||
|
|
Loading…
Reference in New Issue