tablesorter/bower.json
Mottie 263aa97e66 Build: add combined file with selected widgets & parsers. See #855
NOTE: the core js/jquery.tablesorter.js file is no longer UMD wrapped!; this is done by the build process now

Updated various parser & widget comments
2015-03-28 15:03:50 -05:00

10 lines
161 B
JSON

{
"name": "tablesorter",
"version": "2.21.3",
"dependencies": {
"jquery": ">=1.2.6"
},
"main": [
"dist/js/jquery.tablesorter.combined.js"
]
}