From f0e35215f3df8f0fbafdcab7ad8e81bdf3158e21 Mon Sep 17 00:00:00 2001
From: Erik-Berndt Scheper <erik.berndt.scheper@gmail.com>
Date: Fri, 16 Sep 2016 20:41:07 +0200
Subject: [PATCH] =?UTF-8?q?Fix=20for=20#292,=20NPM=20run=20clean=20fails?=
 =?UTF-8?q?=20with=20TSError:=20=E2=A8=AF=20Unable=20to=20compile=20TypeSc?=
 =?UTF-8?q?ript=20(#233)?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

* Fix #232 - npm run clean fails with compilation error

* Version 2.0.0 of @angular/platform-server
---
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.json b/package.json
index aa400ed6..d5585e2f 100644
--- a/package.json
+++ b/package.json
@@ -63,7 +63,7 @@
   "license": "MIT",
   "devDependencies": {
     "@angular/compiler-cli": "^0.6.1",
-    "@angular/platform-server": "^2.0.0-rc.7",
+    "@angular/platform-server": "2.0.0",
     "@angular/tsc-wrapped": "^0.3.0",
     "async": "^2.0.0",
     "autoprefixer": "^6.3.7",
-- 
GitLab