typescript 2.9.2
Closes #29031. Signed-off-by: ilovezfs <ilovezfs@icloud.com>
This commit is contained in:
parent
b5bf58d408
commit
c88ec7c692
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 "http://typescriptlang.org/"
|
||||
url "https://registry.npmjs.org/typescript/-/typescript-2.9.1.tgz"
|
||||
sha256 "afb0e5fd204294a3005880018c3eef041b05718127ea8bf922582fdbc94abafe"
|
||||
url "https://registry.npmjs.org/typescript/-/typescript-2.9.2.tgz"
|
||||
sha256 "70434cccfe6b627277175264b51405d8947b54dc23ae2e2c8040178f58a78062"
|
||||
head "https://github.com/Microsoft/TypeScript.git"
|
||||
|
||||
bottle do
|
||||
|
|
Loading…
Reference in a new issue