FormidableLabs / redux-little-router

A tiny router for Redux that lets the URL do the talking.
MIT License
1.04k stars 113 forks source link

bugfix(Immutable): Fix missing dependency check by running npm install. #260

Closed tomciopp closed 6 years ago

tomciopp commented 6 years ago

This fixes an issue with the latest release not including immutable in the list of dependencies included in the lockfile, yet requiring the library. I've run npm install which should fix the issue. IMO you should cut a new release once this is merged, because right now a series of warnings is thrown.

ryan-roemer commented 6 years ago

Thanks for looking into this. We no longer use package-lock.json, instead standardizing on yarn, so closing.