From b71c5abd164ea2474bcfdfcc2578fe0e6e5e7961 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matija=20Marohni=C4=87?= Date: Wed, 2 Apr 2014 15:45:26 +0200 Subject: [PATCH] Fix main file reference in bower.json This one is supposed to be used, not the source one. --- bower.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bower.json b/bower.json index 93425d6..984336b 100644 --- a/bower.json +++ b/bower.json @@ -6,7 +6,7 @@ "Tomas Kirda" ], "description": "Autocomplete provides suggestions while you type into the text field.", - "main": "src/jquery.autocomplete.js", + "main": "dist/jquery.autocomplete.js", "keywords": [ "ajax", "autocomplete"