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

Cannot use library behind corporate proxy #13

Closed marekadamek closed 7 years ago

marekadamek commented 7 years ago

Hello,

I'm using npm behind corporate proxy, thus I do not have access to gihub. I can see that some redux-idle-monitor are downloaded directly from github (please check the console output below). Would that be possible to fix dependencies to versions already released to https://registry.npmjs.org/

$ npm install dff-react@0.0.1 C:\git\farefocus-app\react -- redux-idle-monitor@0.6.1 -- localsync@1.3.1 +-- cookiesync@1.3.1 | -- react-cookie@0.4.6 (git://github.com/noderaider/react-cookie.git#eb419258badf89893595119d73b88ad6cd53e089) -- socketsync@1.3.1 `-- local-storage@1.4.1 (git://github.com/noderaider/local-storage.git#b9725b0fc77faabc737ba7c6ee57d343afa95102)

BR, Marek Adamek

cchamberlain commented 7 years ago

Thanks for opening the issue! I'll get this pointing at the npm version and publish a new version tomorrow.

cchamberlain commented 7 years ago

@marekadamek - New version of redux-idle-monitor and localsync have been published with all dependencies pointing at npm. Going to close but please let me know if you have any more issues after running npm i -S redux-idle-monitor@latest.

marekadamek commented 7 years ago

Just verified and it works like a charm. Thanks a lot!