Skip to content

Commit

Permalink
docs(gettingStarted): update angular to beta.11
Browse files Browse the repository at this point in the history
  • Loading branch information
sebholstein committed Mar 21, 2016
1 parent e187ae6 commit 82227da
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/getting-started.jade
Original file line number Diff line number Diff line change
Expand Up @@ -92,13 +92,13 @@ a.button.button-icon.blue-light(href='http://plnkr.co/edit/YX7W20?p=preview') &r
},
"license": "MIT",
"dependencies": {
"angular2": "2.0.0-beta.7",
"systemjs": "0.19.20",
"angular2": "^2.0.0-beta.11",
"es6-promise": "^3.0.2",
"es6-shim": "^0.33.3",
"es6-shim": "^0.35.0",
"reflect-metadata": "0.1.2",
"rxjs": "5.0.0-beta.0",
"zone.js": "0.5.14"
"rxjs": "5.0.0-beta.2",
"zone.js": "^0.6.4"
"systemjs": "0.19.20"
},
"devDependencies": {
"concurrently": "^1.0.0",
Expand Down

0 comments on commit 82227da

Please sign in to comment.