chinchang / hint.css

A CSS only tooltip library for your lovely websites.
https://kushagra.dev/lab/hint/
MIT License
8.42k stars 701 forks source link

Add main key to package.json #157

Closed th3fallen closed 7 years ago

th3fallen commented 7 years ago

Add a main key to package.json for webpack with package splitting

th3fallen commented 7 years ago

For those of us that wish to do webpack vendor splitting based on our package.json file since your package is named like a file without a main key webpack treats it as a file not a directory.

ameech commented 7 years ago

@chinchang any luck on getting this merged, I'm running into this issue as well. Thanks!

chinchang commented 7 years ago

merged manually. Thanks @th3fallen 👍

@ameech its live :)

fixes #149

ameech commented 7 years ago

Thanks @chinchang!