benwiley4000 / cassette

📼 A flexible media player component library for React that requires no up-front config
https://benwiley4000.github.io/cassette/styleguide
MIT License
184 stars 28 forks source link

@cassette/hooks 2.0.0-alpha.28 in npm doesn't seem to be correct #388

Closed danielr18 closed 5 years ago

danielr18 commented 5 years ago

image

The expected main file is: "dist/es5/cassette-hooks.js"` in the package.json.

benwiley4000 commented 5 years ago

Ugh sorry, I forgot to change the name in the webpack config. https://github.com/benwiley4000/cassette/blob/next/packages/hooks/webpack.config.js

benwiley4000 commented 5 years ago

I'll fix it and make a new release

benwiley4000 commented 5 years ago

It's fixed in v2.0.0-alpha.29