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

Commit 253d29b

Browse files
committed
fix(quickstart): missing tsd transitive deps
1 parent bd8ef87 commit 253d29b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

public/docs/js/latest/quickstart.jade

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
To fetch one of the type definitions to the local directory, we use the <a href="https://www.npmjs.com/package/tsd">tsd package manager</a>.
2727

2828
code-example.
29-
$ npm install -g tsd
30-
$ tsd query angular2 --action install
29+
$ npm install -g tsd@^0.6.0
30+
$ tsd install angular2 es6-promise rx rx-lite
3131

3232
p.
3333
Next, create two empty files, <code>index.html</code> and <code>app.ts</code>, both at the root of the project:
@@ -181,7 +181,7 @@
181181
&lt;head&gt;
182182
&lt;title&gt;Angular 2 Quickstart&lt;/title&gt;
183183
&lt;script src="https://github.jspm.io/jmcriffey/[email protected]/traceur-runtime.js"&gt;&lt;/script&gt;
184-
&lt;script src="https://code.angularjs.org/2.0.0-alpha.%3Cspan%20class="x x-first x-last">23/angular2.dev.js"&gt;&lt;/script&gt;
184+
&lt;script src="https://code.angularjs.org/2.0.0-alpha.%3Cspan%20class="x x-first x-last">28/angular2.dev.js"&gt;&lt;/script&gt;
185185
&lt;/head&gt;
186186
&lt;body&gt;
187187

0 commit comments

Comments
 (0)