redux-utilities / redux-actions

Flux Standard Action utilities for Redux.
https://redux-actions.js.org
MIT License
6.51k stars 301 forks source link

3.0.3 release comes without src folder #402

Open b3xie opened 2 weeks ago

b3xie commented 2 weeks 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
b3xie commented 2 weeks ago

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