Published package fixes, docs changes
This release fixes a couple small issues related to the packaging of mobx-store-provider:
- Package now marked as
sideEffects: false
to indicate it has no side effects - React has been added in the
peerDependencies
list - The documentation intro/duplicate was removed from the main README
There were no API changes in this release.