Skip to content

Commit 575f785

Browse files
authored
package.json - main dist/jquery.autocomplete.js
Restore "dist/jquery.autocomplete.js" as main package file.
1 parent 8b438fe commit 575f785

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Autocomplete provides suggestions while you type into the text field.",
55
"homepage": "https://github.com/devbridge/jQuery-Autocomplete",
66
"author": "Tomas Kirda (https://twitter.com/tkirda)",
7-
"main": "dist/jquery.autocomplete.min.js",
7+
"main": "dist/jquery.autocomplete.js",
88
"license": "MIT",
99
"repository": {
1010
"type": "git",

0 commit comments

Comments
 (0)