Description
Do you want to request a feature or report a bug?
bug
What is the current behavior?
There's a package start-babel-cli
that uses {"start-simple-cli": "^4.0.0"}
start-simple-cli
has been updated to 4.1.0
Installing start-babel-cli
currently installs start-simple-cli
v4.0.0
What is the expected behavior?
Installing start-babel-cli
should install start-simple-cli
v4.1.0
as that's the latest version and respecting the semver as a valid minor bump, this version should be the one that's installed (right?).
I've made sure to clean all cache before testing this.
npm
behaves exactly like this (i.e. it correctly installs start-simple-cli
v4.1.0
)
If the current behavior is a bug, please provide the steps to reproduce.
yarn add start-babel-cli
- it should also install
start-simple-cli
- check
start-simple-cli
's version
Please mention your node.js, yarn and operating system version.
node -v
v7.0.0
npm -v
3.10.8
yarn --verbose
yarn install v0.18.1
ver
Microsoft Windows [Version 10.0.14946]