grofers / redux-cookies-middleware

redux-cookies-middleware is a Redux middleware which syncs a subset of your Redux store state with cookies.
MIT License
81 stars 16 forks source link

Post install script failing on windows because of unix rm command. #37

Closed ParivedaLuke closed 7 years ago

ParivedaLuke commented 7 years ago

It looks like we already have a built index file in lib. Do we need to have this post install script in package json? As long as you're building index before publishing to npm I don't think this script is necessary.

vaidik commented 7 years ago

@ParivedaLuke Yes you are right. Thanks for catching that. Fixing in the next PR