Set the minimum typescript version to 1.5.0

fixes #172

^1.5.0-beta means >= 1.5.0 and < 2.0.0 and is technically valid. however
it's probably nicer not to refer to beta versions in the doc.
This commit is contained in:
Victor Berchet 2015-08-12 13:59:54 -07:00
parent d9089f215c
commit ba7364ec9e

View File

@ -46,7 +46,7 @@
are loaded, or configure your editor or IDE to do it.
code-example.
$ npm install -g typescript@^1.5.0-beta
$ npm install -g typescript@^1.5.0
$ tsc --watch -m commonjs -t es5 --emitDecoratorMetadata app.ts
.callout.is-helpful