add git auto-update for jquery.form, close #3992

This commit is contained in:
Peter Dave Hello
2014-11-03 22:06:11 +08:00
parent 3cd8b15eae
commit 74e6f8ccd3
+8
View File
@@ -35,5 +35,13 @@
"dependencies": {
"jquery": ">=1.5.0"
}
},
"autoupdate": {
"source": "git",
"target": "git://github.com/malsup/form.git",
"basePath": "",
"files": [
"jquery.form.js"
]
}
}