jonathantneal / closest

Return the closest element matching a selector up the DOM tree

Home Page:http://caniuse.com/#feat=element-closest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing tag

mislav opened this issue · comments

We can't use the bower "0.0.1" version right now because you haven't tagged a release.

I propose:

  1. Tag "0.0.1" on master right now, because that is what bower.json references
  2. Then, remove closest.legacy.js(because as README indicates, very few people would actually make use of it), bump the bower version to "1.0.0", and tag that as well. People who need the legacy stuff can ride the "0.0.1".

Thanks

@mislav I’ve pushed some changes and let me know if this resolves the issue

That's really helpful; thank you Jonathan.