Update component.json

The official jQuery repo with bower is registered at jquery. I believe
jqueryjs is just an old mirror - it's most recent version is 1.8.2.
This commit is contained in:
Dave Riddle 2013-03-04 16:55:26 -08:00
parent c7d3458f05
commit 46e0d2bf91

View File

@ -2,6 +2,6 @@
"name": "tablesorter",
"version": "2.7.12",
"dependencies": {
"jqueryjs": ">=1.2.6"
"jquery": ">=1.2.6"
}
}
}