Omnistac / zedux

:zap: A Molecular State Engine for React
https://Omnistac.github.io/zedux/
MIT License
344 stars 7 forks source link

fix(core): point core package's field to the correct file #75

Closed bowheart closed 1 year ago

bowheart commented 1 year ago

Description

As discussed in #74, the core package's main package.json field is pointing to an old file that doesn't exist anymore. Most bundlers should be resolving the exports.require or exports.default field instead, but Metro isn't. This should be updated anyway, so do it.