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

Commit f1c986a

Browse files
wardbellnaomiblack
authored andcommitted
Upgrade to alpha-39
1 parent d8c1469 commit f1c986a

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

public/docs/_examples/gettingstarted/ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"author": "",
1515
"license": "ISC",
1616
"dependencies": {
17-
"angular2": "2.0.0-alpha.38",
17+
"angular2": "2.0.0-alpha.39",
1818
"systemjs": "0.19.2"
1919
},
2020
"devDependencies": {

public/docs/_examples/gettingstarted/ts/src/index.1.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,9 @@
44

55
<head>
66
<title>Getting Started</title>
7-
<script src="https://code.angularjs.org/tools/traceur-runtime.js"></script>
87
<script src="https://code.angularjs.org/tools/system.js"></script>
98
<script src="https://code.angularjs.org/tools/typescript.js"></script>
10-
<script src="https://code.angularjs.org/2.0.0-alpha.37/angular2.dev.js"></script>
9+
<script src="https://code.angularjs.org/2.0.0-alpha.39/angular2.dev.js"></script>
1110
<script>
1211
System.config({
1312
transpiler: 'typescript',

public/docs/ts/latest/guide/gettingStarted.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ include ../../../../_includes/_util-fns
258258
Enter these commands:
259259
```
260260
npm init -y
261-
npm i [email protected].38 [email protected] --save --save-exact
261+
npm i [email protected].39 [email protected] --save --save-exact
262262
npm i typescript tsd live-server --save-dev
263263
```
264264

0 commit comments

Comments
 (0)