Use typescript 1.5.0-beta on npm install call

This commit is contained in:
Erjan Gavalji
2015-05-04 14:44:16 +03:00
parent cc5b94e4de
commit dd72451f54

View File

@ -20,6 +20,6 @@
"grunt-shell": "1.1.2", "grunt-shell": "1.1.2",
"grunt-ts": "4.0.1", "grunt-ts": "4.0.1",
"grunt-tslint": "0.4.2", "grunt-tslint": "0.4.2",
"typescript": "1.4.1" "typescript": "1.5.0-beta"
} }
} }