Upgrade to alpha-39

This commit is contained in:
Ward Bell 2015-10-09 13:22:16 -04:00 committed by Naomi Black
parent d8c1469404
commit f1c986a13c
3 changed files with 3 additions and 4 deletions

View File

@ -14,7 +14,7 @@
"author": "", "author": "",
"license": "ISC", "license": "ISC",
"dependencies": { "dependencies": {
"angular2": "2.0.0-alpha.38", "angular2": "2.0.0-alpha.39",
"systemjs": "0.19.2" "systemjs": "0.19.2"
}, },
"devDependencies": { "devDependencies": {

View File

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

View File

@ -258,7 +258,7 @@ include ../../../../_includes/_util-fns
Enter these commands: Enter these commands:
``` ```
npm init -y npm init -y
npm i angular2@2.0.0-alpha.38 systemjs@0.19.2 --save --save-exact npm i angular2@2.0.0-alpha.39 systemjs@0.19.2 --save --save-exact
npm i typescript tsd live-server --save-dev npm i typescript tsd live-server --save-dev
``` ```