mirror of
https://github.com/Mottie/tablesorter.git
synced 2024-11-15 23:54:22 +00:00
Repo: attempt to use autoupdate for cdnjs.com
This commit is contained in:
parent
7f18652b68
commit
4601674254
17
package.json
17
package.json
@ -46,7 +46,7 @@
|
|||||||
},
|
},
|
||||||
"npmName": "tablesorter",
|
"npmName": "tablesorter",
|
||||||
"npmFileMap": [{
|
"npmFileMap": [{
|
||||||
"basePath": "./",
|
"basePath": "",
|
||||||
"files": [
|
"files": [
|
||||||
"js/*",
|
"js/*",
|
||||||
"js/**/*",
|
"js/**/*",
|
||||||
@ -55,5 +55,18 @@
|
|||||||
"addons/pager/*",
|
"addons/pager/*",
|
||||||
"addons/pager/icons/*"
|
"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/*"
|
||||||
|
]
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user