flesler / jquery.localScroll

Animated anchor navigation made easy with jQuery

Home Page:http://demos.flesler.com/jquery/localScroll/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing tags from the repo

bebraw opened this issue · comments

It would be great if you could add some tags to the repo so it is easier to refer to the library from Bower.

Isn't that the "keywords" attribute on component.json?

https://github.com/flesler/jquery.localScroll/blob/master/component.json#L14
Someone else added bower support so I'm not sure, maybe should be package.json?

Basically all I'm asking that you do following:

  1. git tag 1.2.8b
  2. git push --tags

This allows me to refer to localScroll using this exact tag.

There has been some talk of dropping the version field altogether in favor of tags since those are what Bower relies upon.