Repo: attempt to use autoupdate for cdnjs.com

This commit is contained in:
Mottie 2014-10-26 21:19:09 -05:00
parent 7f18652b68
commit 4601674254

View File

@ -46,7 +46,7 @@
},
"npmName": "tablesorter",
"npmFileMap": [{
"basePath": "./",
"basePath": "",
"files": [
"js/*",
"js/**/*",
@ -55,5 +55,18 @@
"addons/pager/*",
"addons/pager/icons/*"
]
}]
}],
"autoupdate": {
"source": "git",
"target": "git://github.com/Mottie/tablesorter.git",
"basePath": "",
"files": [
"js/*",
"js/**/*",
"css/*",
"css/images/*",
"addons/pager/*",
"addons/pager/icons/*"
]
}
}