We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4104343 commit 8b438feCopy full SHA for 8b438fe
package.json
@@ -4,7 +4,7 @@
4
"description": "Autocomplete provides suggestions while you type into the text field.",
5
"homepage": "https://github.com/devbridge/jQuery-Autocomplete",
6
"author": "Tomas Kirda (https://twitter.com/tkirda)",
7
- "main": "dist/jquery.autocomplete.js",
+ "main": "dist/jquery.autocomplete.min.js",
8
"license": "MIT",
9
"repository": {
10
"type": "git",
@@ -14,8 +14,8 @@
14
"jquery": ">=1.7"
15
},
16
"devDependencies": {
17
- "grunt": "^0.4.5",
18
- "grunt-contrib-uglify": "^0.5.1"
+ "grunt": "^1.0.1",
+ "grunt-contrib-uglify": "^1.0.1"
19
20
"files": [
21
"dist/",
0 commit comments