Skip to content

Commit b71c5ab

Browse files
committed
Fix main file reference in bower.json
This one is supposed to be used, not the source one.
1 parent 702bc0e commit b71c5ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"Tomas Kirda"
77
],
88
"description": "Autocomplete provides suggestions while you type into the text field.",
9-
"main": "src/jquery.autocomplete.js",
9+
"main": "dist/jquery.autocomplete.js",
1010
"keywords": [
1111
"ajax",
1212
"autocomplete"

0 commit comments

Comments
 (0)