Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit ba7364e

Browse files
committed
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.
1 parent d9089f2 commit ba7364e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

public/docs/js/latest/quickstart.jade

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,13 @@
4646
are loaded, or configure your editor or IDE to do it.
4747

4848
code-example.
49-
$ npm install -g typescript@^1.5.0-beta
49+
$ npm install -g typescript@^1.5.0
5050
$ tsc --watch -m commonjs -t es5 --emitDecoratorMetadata app.ts
5151

5252
.callout.is-helpful
5353
p.
5454
Windows users: if you get an error that an option is unknown, you are probably running
55-
an older version of TypeScript.
55+
an older version of TypeScript.
5656
See <a href="http://stackoverflow.com/questions/23267858/how-do-i-install-typescript">
5757
Stack Overflow: How do I install Typescript</a>
5858

0 commit comments

Comments
 (0)