From: Chocobozzz Date: Thu, 19 Jan 2017 20:46:03 +0000 (+0100) Subject: Client: fix build on Node v4 X-Git-Tag: v0.0.1-alpha~555 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=a7582a2c6facd2b50993497a6c33fafae07f0f46;p=oweals%2Fpeertube.git Client: fix build on Node v4 --- 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",