Skip to content

Commit

Permalink
Angular beta 7
Browse files Browse the repository at this point in the history
  • Loading branch information
vladotesanovic committed Feb 22, 2016
1 parent 63b2548 commit ee3353b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,21 @@
"build": "rimraf public/javascripts/app && tsc -w"
},
"dependencies": {
"angular2": "2.0.0-beta.6",
"angular2": "^2.0.0-beta.7",
"body-parser": "~1.13.2",
"cookie-parser": "~1.3.5",
"debug": "~2.2.0",
"es6-promise": "^3.1.2",
"es6-promise": "^3.0.2",
"es6-shim": "^0.33.13",
"express": "~4.13.1",
"jade": "~1.11.0",
"morgan": "~1.6.1",
"reflect-metadata": "0.1.2",
"rxjs": "5.0.0-beta.0",
"rxjs": "^5.0.0-beta.2",
"serve-favicon": "~2.3.0",
"systemjs": "^0.19.22",
"zone.js": "0.5.14"
"typescript": "^1.8.0",
"zone.js": "^0.5.15"
},
"devDependencies": {
"rimraf": "^2.5.2",
Expand Down
2 changes: 0 additions & 2 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@

<script src="angular2/bundles/angular2-polyfills.js"></script>
<script src="systemjs/dist/system.src.js"></script>
<script src="rxjs/bundles/Rx.js"></script>
<script src="angular2/bundles/angular2.dev.js"></script>

<!-- 2. Configure SystemJS -->
<script>
Expand Down

0 comments on commit ee3353b

Please sign in to comment.