From a7582a2c6facd2b50993497a6c33fafae07f0f46 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 19 Jan 2017 21:46:03 +0100 Subject: Client: fix build on Node v4 --- client/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'client/package.json') diff --git a/client/package.json b/client/package.json index 3a28d5853..3137af680 100644 --- a/client/package.json +++ b/client/package.json @@ -57,11 +57,11 @@ "ng2-file-upload": "^1.1.4-2", "ng2-meta": "https://github.com/chocobozzz/ng2-meta#build", "ng-router-loader": "^1.0.2", - "ngc-webpack": "^1.1.0", + "ngc-webpack": "1.1.0", "node-sass": "^4.1.1", "normalize.css": "^5.0.0", "raw-loader": "^0.5.1", - "reflect-metadata": "0.1.8", + "reflect-metadata": "^0.1.9", "resolve-url-loader": "^1.6.0", "rxjs": "~5.0.0-rc.5", "sass-loader": "^4.0.2", -- cgit v1.2.3