added TypeScript to registry

This commit is contained in:
Vladimir Matveev
2015-05-08 11:11:29 -07:00
parent 0f8772a93c
commit 15668e1d2e
2 changed files with 10 additions and 0 deletions
@@ -0,0 +1,9 @@
{
"main": "bin/typescript",
"format": "global",
"shim": {
"bin/typescript": {
"exports": "ts"
}
}
}
+1
View File
@@ -295,6 +295,7 @@
"tls": "github:jspm/nodelibs-tls",
"traceur": "github:jmcriffey/bower-traceur",
"traceur-runtime": "github:jmcriffey/bower-traceur-runtime",
"typescript": "github:mhegazy/typescript",
"tty": "github:jspm/nodelibs-tty",
"twitter": "npm:twitter",
"typeahead": "github:twitter/typeahead.js",