aFarkas / html5shiv

This script is the defacto way to enable use of HTML5 sectioning elements in legacy Internet Explorer.
http://paulirish.com/2011/the-history-of-the-html5-shiv/
9.89k stars 2.56k forks source link

volo add library/~version causing TypeError: Invalid Version #171

Closed zanona closed 9 years ago

zanona commented 9 years ago

I guess this might be somehow related with semver interpretation?

$ volo add aFarkas/html5shiv/~3.7.0 #note ~
TypeError: Invalid Version: 3.6

$ volo add aFarkas/html5shiv/^3.7.0 #note ^
TypeError: Invalid Version: 3.6

$ volo add aFarkas/html5shiv/3.7.0 #plain version
Downloading: https://codeload.github.com/aFarkas/html5shiv/legacy.zip/3.7.0
AMD dependency name: html5shiv
zanona commented 9 years ago

sorry wrong repo