redux-multi
redux-multi copied to clipboard
Unpublish 0.1.91
It looks like there was an oops 0.1.91 version. It should be unpublished or deprecated. Deprecated might be sufficient. Currently it shows up in the outdated view saying I could upgrade to it.
+1
You could specify the exact version number to make it not show up in npm outdated
. E.g. "redux-multi": "0.1.12"
.
Please update yarn registry - it's a shame that a lib, with only a build version changed (!), could break so much code and waste so much dev time.
yarn add redux-multi
brings a very different result from npm i --save redux-multi