From b48070b348b7ac3c7a3b57eb20d14456bbc91474 Mon Sep 17 00:00:00 2001 From: ivaosthu Date: Fri, 23 Dec 2016 11:10:07 +0100 Subject: [PATCH] Use released version of unleash-frontend --- package.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 6caf357099..f4fae5a5ff 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "prom-client": "^6.1.2", "response-time": "^2.3.2", "serve-favicon": "^2.3.0", - "unleash-frontend": "github:unleash/unleash-frontend", + "unleash-frontend": "^2.0.0-alpha.2", "yallist": "^2.0.0", "yargs": "^6.5.0" }, @@ -89,7 +89,6 @@ "sinon": "^1.17.5", "superagent": "^2.3.0", "supertest": "^2.0.1", - "supervisor": "^0.12.0", - "unleash-frontend": "1.0.0-alpha.2" + "supervisor": "^0.12.0" } }