typescript: add devel block for 2.1.1
Closes #7209. Signed-off-by: Tomasz Pajor <tomek@polishgeeks.com>
This commit is contained in:
parent
ef9eb38d82
commit
0b6391877a
1 changed files with 5 additions and 0 deletions
|
@ -14,6 +14,11 @@ class Typescript < Formula
|
|||
sha256 "d63768a960ae42348ba640dfda58c38abf7661ae00c8efc51ecf9d06175cc190" => :yosemite
|
||||
end
|
||||
|
||||
devel do
|
||||
url "https://registry.npmjs.org/typescript/-/typescript-2.1.1.tgz"
|
||||
sha256 "7ad26082d896ee4a1de8053f66531066b5f9fb4b460510aaba8022179c0b55a8"
|
||||
end
|
||||
|
||||
depends_on "node"
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in a new issue