Skip to content

Commit 8b438fe

Browse files
authored
Update npm devDependencies
1 parent 4104343 commit 8b438fe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
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.js",
7+
"main": "dist/jquery.autocomplete.min.js",
88
"license": "MIT",
99
"repository": {
1010
"type": "git",
@@ -14,8 +14,8 @@
1414
"jquery": ">=1.7"
1515
},
1616
"devDependencies": {
17-
"grunt": "^0.4.5",
18-
"grunt-contrib-uglify": "^0.5.1"
17+
"grunt": "^1.0.1",
18+
"grunt-contrib-uglify": "^1.0.1"
1919
},
2020
"files": [
2121
"dist/",

0 commit comments

Comments
 (0)