node-virtualenv
node-virtualenv copied to clipboard
Fix "depend on a specific version" of virtualenv.
Adds showHidden = true to getPackageReleases call and converts version numbers to semver fromat before finding the match.
Now it should be possible to include the following in package.json and to stick to specific version of virtualenv:
"virtualenv": { "version": "16.0.0" }