From 43de89f096a178bc522e9af08c2d0fca5701f14c Mon Sep 17 00:00:00 2001 From: Brandy Carney Date: Mon, 27 Mar 2017 16:03:36 -0400 Subject: [PATCH] chore(dependencies): remove unused dependencies, update app scripts --- package.json | 4 +--- scripts/npm/package.json | 1 - 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/package.json b/package.json index 652561b42d..105034428b 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,6 @@ "link": "gulp release.prepareReleasePackage && cd dist/ionic-angular && npm link" }, "dependencies": { - "@angular/animations": "4.0.0", "@angular/common": "4.0.0", "@angular/compiler": "4.0.0", "@angular/compiler-cli": "4.0.0", @@ -34,13 +33,12 @@ "@angular/http": "4.0.0", "@angular/platform-browser": "4.0.0", "@angular/platform-browser-dynamic": "4.0.0", - "@angular/platform-server": "4.0.0", "ionicons": "~3.0.0", "rxjs": "5.1.1", "zone.js": "^0.8.4" }, "devDependencies": { - "@ionic/app-scripts": "nightly", + "@ionic/app-scripts": "1.2.2", "@ionic/commit-hooks": "1.0.3", "@types/connect": "3.4.30", "@types/del": "2.2.31", diff --git a/scripts/npm/package.json b/scripts/npm/package.json index 6bd821bc24..399464767f 100644 --- a/scripts/npm/package.json +++ b/scripts/npm/package.json @@ -19,7 +19,6 @@ "@angular/http": "", "@angular/platform-browser": "", "@angular/platform-browser-dynamic": "", - "@angular/platform-server": "", "rxjs": "", "zone.js": "" }