jspm / github

Github Location Service
16 stars 43 forks source link

versions with a 'v' prefix don't work #56

Closed timaschew closed 9 years ago

timaschew commented 9 years ago

found out that jspm fails for this:

jspm install github:FortAwesome/Font-Awesome@v4.2.0

even if the git tag is v4.2.0 https://github.com/FortAwesome/Font-Awesome/releases

I personally don't like the v prefixes, but just wanted to give a note.

jspm install github:FortAwesome/Font-Awesome@4.2.0 works fine

guybedford commented 9 years ago

Yes this is by design - when converting GitHub tags into looked-up versions a v before a semver is removed.