mirror of
https://github.com/Mottie/tablesorter.git
synced 2024-11-15 23:54:22 +00:00
Merge pull request #941 from kkirsche/patch-1
Remove moot `version` property from bower.json
This commit is contained in:
commit
bb6d321c81
@ -1,10 +1,9 @@
|
|||||||
{
|
{
|
||||||
"name": "tablesorter",
|
"name": "tablesorter",
|
||||||
"version": "2.22.1",
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"jquery": ">=1.2.6"
|
"jquery": ">=1.2.6"
|
||||||
},
|
},
|
||||||
"main": [
|
"main": [
|
||||||
"dist/js/jquery.tablesorter.combined.js"
|
"dist/js/jquery.tablesorter.combined.js"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user