From 7b289d896f88efe414994657140814b0bbe51cd9 Mon Sep 17 00:00:00 2001 From: nleir Date: Mon, 25 May 2015 19:09:12 -0400 Subject: [PATCH] Update _bower.json so you can use the app client as a github page --- app/templates/_bower.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/_bower.json b/app/templates/_bower.json index ce22650fb..156d04b32 100644 --- a/app/templates/_bower.json +++ b/app/templates/_bower.json @@ -15,7 +15,7 @@ "font-awesome": ">=4.1.0", "lodash": "~2.4.1"<% if(filters.socketio) { %>, "angular-socket-io": "~0.6.0"<% } %><% if(filters.uirouter) { %>, - "angular-ui-router": "~0.2.10"<% } %> + "angular-ui-router": "~0.2.15"<% } %> }, "devDependencies": { "angular-mocks": ">=1.2.*",