mirror of
https://github.com/Mottie/tablesorter.git
synced 2024-11-15 23:54:22 +00:00
Updating the composer.json to fix syntax issue (#1788)
* Updating the composer.json to fix syntax issue - author object does not have a uri key, rather a homepage key. * Remove tablesorter.com homepage as it is no longer active.
This commit is contained in:
parent
921bb0b804
commit
7bedd220a6
@ -8,11 +8,10 @@
|
||||
"components/jquery": ">=1.2.6"
|
||||
},
|
||||
"authors": [{
|
||||
"name": "Christian Bach",
|
||||
"url": "http://tablesorter.com/"
|
||||
"name": "Christian Bach"
|
||||
},{
|
||||
"name": "Rob Garrison",
|
||||
"url": "https://github.com/Mottie",
|
||||
"homepage": "https://github.com/Mottie",
|
||||
"email": "wowmotty@gmail.com"
|
||||
}],
|
||||
"keywords": [
|
||||
|
Loading…
Reference in New Issue
Block a user