Open b3xie opened 3 months ago
According to the repo this is supposed to be the latest release: 3.0.0 https://github.com/redux-utilities/redux-actions/releases/tag/v3.0.0
But npm and yarn are downloading v3.0.3 which is missing directories such as src, which throws index.js not found errors.
% npm pack redux-actions --dry-run npm notice npm notice 📦 redux-actions@3.0.3 npm notice Tarball Contents npm notice 1.1kB LICENSE npm notice 2.0kB README.md npm notice 7.1kB dist/redux-actions.js npm notice 2.4kB package.json
V3.0.0 also doesn't come with /src/ folder, had to downgrade to v2.6.5 and the missing index.js errors got fixed
Same issue.
According to the repo this is supposed to be the latest release: 3.0.0 https://github.com/redux-utilities/redux-actions/releases/tag/v3.0.0
But npm and yarn are downloading v3.0.3 which is missing directories such as src, which throws index.js not found errors.