Closed timaschew closed 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
jspm install github:FortAwesome/Font-Awesome@4.2.0
Yes this is by design - when converting GitHub tags into looked-up versions a v before a semver is removed.
v
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