node-virtualenv icon indicating copy to clipboard operation
node-virtualenv copied to clipboard

Fix "depend on a specific version" of virtualenv.

Open andreskaasik opened this issue 7 years ago • 0 comments

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" }

andreskaasik avatar Nov 07 '18 06:11 andreskaasik