From 7f769f66e01e527b619b7669e0f89f9f3430a6d8 Mon Sep 17 00:00:00 2001 From: Karan Batra-Daitch Date: Fri, 14 Mar 2014 12:55:15 -0400 Subject: [PATCH] Use compiled JS zip for chosen --- bower.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bower.json b/bower.json index f4806c7..90b3470 100644 --- a/bower.json +++ b/bower.json @@ -7,7 +7,7 @@ "example" ], "dependencies": { - "chosen": "~1.0.0", + "chosen": "https://github.com/harvesthq/chosen/releases/download/1.0.0/chosen_v1.0.0.zip", "angular": ">=1.2.0" } }