benschwarz / sublime-bower

Install Bower packages from within Sublime
MIT License
226 stars 12 forks source link

Weird sorting in `Bower: Install` #25

Open sindresorhus opened 11 years ago

sindresorhus commented 11 years ago

jquery should be at the top:

Screen Shot 2013-04-07 at 00 44 58

benschwarz commented 11 years ago

Yeah… I'm doing a reverse order of whatever the API returns from the list method. So unless we add an issue to make the API's /packages endpoint list them in some sensical order, then I'll need to do some manipulation.

sindresorhus commented 11 years ago

I wouldn't wait for it, the server is going to be rewritten in Node, but it will probably take some time.