From e141e683ef7ce9765bf780b0a80d784d4eb798cf Mon Sep 17 00:00:00 2001 From: Blade Barringer Date: Mon, 8 Jun 2015 17:44:08 -0500 Subject: [PATCH] Pin to a specific versoin of swagger ui. Closes #4688 --- bower.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bower.json b/bower.json index f936f0d7b8..54fec9e612 100644 --- a/bower.json +++ b/bower.json @@ -33,7 +33,7 @@ "Angular-At-Directive": "git://github.com/snicker/Angular-At-Directive#master", "js-emoji": "git://github.com/snicker/js-emoji#master", "sticky": "*", - "swagger-ui": "git://github.com/wordnik/swagger-ui.git", + "swagger-ui": "git://github.com/wordnik/swagger-ui.git#v2.0.24", "ngInfiniteScroll": "1.0.0", "jquery-colorbox": "~1.4.36", "pnotify": "~1.3.1",