Closed zanona closed 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
sorry wrong repo
I guess this might be somehow related with semver interpretation?