babel 7.2.0

Closes #34825.

Signed-off-by: Chongyu Zhu <i@lembacon.com>
This commit is contained in:
Chongyu Zhu 2018-12-05 22:58:53 +08:00
parent 9e620fbfc7
commit 7ee772907a
No known key found for this signature in database
GPG key ID: 1A43E3C9100B38F5

View file

@ -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/cli/-/cli-7.1.5.tgz"
sha256 "c64924446fdfa0b2df720bbb01f6c73de76987af0044c477965c3b418cfaef78"
url "https://registry.npmjs.org/@babel/cli/-/cli-7.2.0.tgz"
sha256 "151d36d3069dde1eb4aea9ae5501d969edaa99ee46b6cbb8fd591562833e8651"
bottle do
sha256 "e23a0ae41ec34b7f21229b6d1890e2d78cd3714ae3484804cde1c12679007ca7" => :mojave
@ -16,8 +16,8 @@ class Babel < Formula
depends_on "node"
resource "babel-core" do
url "https://registry.npmjs.org/@babel/core/-/core-7.1.5.tgz"
sha256 "936682de3bdf0e602512e14756e6f275369bb45af4a64acbbd8316f2a56f667e"
url "https://registry.npmjs.org/@babel/core/-/core-7.2.0.tgz"
sha256 "7f60c1a95f03c86b0e9329989045f460c3fb86ce6d4f545327b6091f1ca37eae"
end
def install