noderaider / redux-idle-monitor

A Redux component to schedule events at stages of user idleness across multiple browser tabs.
https://noderaider.github.io/redux-idle-monitor/
MIT License
105 stars 9 forks source link

Package is too heavy #7

Closed cchamberlain closed 7 years ago

cchamberlain commented 7 years ago

Per issue on https://github.com/noderaider/redux-idle-monitor/issues/6, there is a request that the package be made smaller.

Opening this issue to track.

cchamberlain commented 7 years ago

Package was made lighter by swapping to invariant instead of chai on this library and https://github.com/noderaider/localsync packages. Thanks to @tomchentw on https://github.com/noderaider/redux-idle-monitor/pull/10.