typescript 3.7.4
Closes #48412. Signed-off-by: Rui Chen <chenrui333@gmail.com>
This commit is contained in:
parent
9f24a8eece
commit
c191650759
1 changed files with 2 additions and 2 deletions
|
@ -3,8 +3,8 @@ require "language/node"
|
|||
class Typescript < Formula
|
||||
desc "Language for application scale JavaScript development"
|
||||
homepage "https://www.typescriptlang.org/"
|
||||
url "https://registry.npmjs.org/typescript/-/typescript-3.7.3.tgz"
|
||||
sha256 "71a17cbce5019f9bd75742306002e551d9901c3ab571c011289a30acaed2a051"
|
||||
url "https://registry.npmjs.org/typescript/-/typescript-3.7.4.tgz"
|
||||
sha256 "e4f1543efc8d69ed0856b57a909b1786d63dfc3daaaa8056d4f601d98f35daad"
|
||||
head "https://github.com/Microsoft/TypeScript.git"
|
||||
|
||||
bottle do
|
||||
|
|
Loading…
Reference in a new issue