From c87c40773d372a9227e423c90fb8b87f8fe1783b Mon Sep 17 00:00:00 2001 From: Vlado Tesanovic Date: Sat, 12 Mar 2016 22:57:18 +0100 Subject: [PATCH] Angular beta.9 with fixed dependencies for heroku --- app/components/app.component.ts | 2 +- package.json | 22 +++++++++++----------- typings.json | 3 ++- 3 files changed, 14 insertions(+), 13 deletions(-) diff --git a/app/components/app.component.ts b/app/components/app.component.ts index f6bddcc..82d8a3d 100644 --- a/app/components/app.component.ts +++ b/app/components/app.component.ts @@ -5,5 +5,5 @@ import {Component} from 'angular2/core'; styleUrls: ['components/app.component.css'] }) export class AppComponent { - name: string = "Angular 2"; + name: string = "Angular 2 on Express"; } \ No newline at end of file diff --git a/package.json b/package.json index adf1d0b..42c6179 100644 --- a/package.json +++ b/package.json @@ -3,27 +3,27 @@ "version": "0.0.0", "private": true, "scripts": { - "start": "node ./bin/www", - "build": "tsc -w", + "start": "concurrently \"tsc -w\" \"node ./bin/www\" ", "postinstall": "typings install && tsc" }, "dependencies": { - "angular2": "^2.0.0-beta.7", + "angular2": "2.0.0-beta.9", + "systemjs": "0.19.24", + "es6-promise": "^3.0.2", + "es6-shim": "^0.33.3", + "reflect-metadata": "0.1.2", + "rxjs": "5.0.0-beta.2", + "zone.js": "0.5.15", "body-parser": "~1.13.2", "cookie-parser": "~1.3.5", "debug": "~2.2.0", - "es6-promise": "^3.0.2", - "es6-shim": "^0.33.13", "express": "~4.13.1", "morgan": "~1.6.1", - "reflect-metadata": "0.1.2", - "rxjs": "^5.0.0-beta.2", "serve-favicon": "~2.3.0", - "systemjs": "^0.19.22", - "zone.js": "^0.5.15" - }, - "devDependencies": { "typings": "^0.6.8", "typescript": "^1.8.0" + }, + "devDependencies": { + "concurrently": "^2.0.0" } } diff --git a/typings.json b/typings.json index 6d972c6..1950e8b 100644 --- a/typings.json +++ b/typings.json @@ -1,5 +1,6 @@ { "ambientDependencies": { - "es6-shim": "github:DefinitelyTyped/DefinitelyTyped/es6-shim/es6-shim.d.ts#6697d6f7dadbf5773cb40ecda35a76027e0783b2" + "es6-shim": "github:DefinitelyTyped/DefinitelyTyped/es6-shim/es6-shim.d.ts#4de74cb527395c13ba20b438c3a7a419ad931f1c", + "jasmine": "github:DefinitelyTyped/DefinitelyTyped/jasmine/jasmine.d.ts#d594ef506d1efe2fea15f8f39099d19b39436b71" } } \ No newline at end of file