webpack-hot-client
webpack-hot-client copied to clipboard
Remove invalid bin entry
This PR contains a:
- [x] bugfix
- [ ] new feature
- [ ] code refactor
- [ ] test update
- [ ] typo fix
- [x] metadata update
Motivation / Use-Case
the latest version of yarn warns on invalid bin fields:
warning [email protected]: Invalid bin field for "webpack-hot-client".
I don't think that the empty bin field has any meaning, so I think removing it should be fine.
Breaking Changes
no