babel 7.13.10
* babel 7.13.10 * babel-cli 7.13.10 Closes #72744. Co-authored-by: rui <rui@meetup.com> Signed-off-by: Carlo Cabrera <30379873+carlocab@users.noreply.github.com> Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>master
parent
ffb41fbec8
commit
3093c54f75
|
@ -4,8 +4,8 @@ require "json"
|
|||
class Babel < Formula
|
||||
desc "Compiler for writing next generation JavaScript"
|
||||
homepage "https://babeljs.io/"
|
||||
url "https://registry.npmjs.org/@babel/core/-/core-7.13.8.tgz"
|
||||
sha256 "227baef46da41d3034cfb147a90822d0f2ceaa4b20914281eed8e8a7b4127e47"
|
||||
url "https://registry.npmjs.org/@babel/core/-/core-7.13.10.tgz"
|
||||
sha256 "b925118d3026009848e493479f1cfc07f9b32eb7956a3d24d0ea4c27bce5ed9a"
|
||||
license "MIT"
|
||||
|
||||
bottle do
|
||||
|
@ -18,8 +18,8 @@ class Babel < Formula
|
|||
depends_on "node"
|
||||
|
||||
resource "babel-cli" do
|
||||
url "https://registry.npmjs.org/@babel/cli/-/cli-7.13.0.tgz"
|
||||
sha256 "fc2d9effdf94122f84f3f0bc6f70e8b4b9f386ef259184da00d7d903bc98188f"
|
||||
url "https://registry.npmjs.org/@babel/cli/-/cli-7.13.10.tgz"
|
||||
sha256 "b7b54ed45b51aa9cc6c2d98df33b0d17764a506d1dda8e2882726ea0f26ab47a"
|
||||
end
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in New Issue