You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't know in how far redux-thunk is comparable to redux-promise. I've implemented both since the Usage section of redux-logger uses both.
I assumed the MIT Licence for this repo, since the npm package using this repo is under the MIT Licence.
I'm not using the repo code, but the npm package. However, what if I simply want to use the repo code instead? Is it still MIT Licence? That I couldn't assume.
@miclaus npm gets that information from the license field in package.json, which is also in this code repository.
Although I agree that having an explicit LICENSE file is nice (or adding more information to the README), if the package.json is good enough for you on npm it should also be good enough for you on Github :)
I was searching for the
LICENCE
file, but couldn't find it.May one assume
redux-promise
is under the MIT licence, the same as for the npm package ?That would be great. 😄
Thanks !
The text was updated successfully, but these errors were encountered: