Hi,
When installing ReactScriptLoader with npm with the following declarating in my package.json file:
"react-script-loader": "0.0.1",
I am not getting the latest version of the code, i.e there are changes in master that aren't showing up in the copy installed in my node_modules folder.
I have to use:
"react-script-loader": "yariv/ReactScriptLoader#4004db47edf5b4e770f7f9796d73f70392d6c339",
Any idea why this is? Is npm caching an earlier version of the library?
Thanks