BioPhoton / css-star-rating

Css Star Rating is a css only star rating lib based on best practice UX/UI methodes. It is written in scss and fully customizable.
MIT License
69 stars 31 forks source link

Update package.json main to point to dist css file #32

Closed dak closed 6 years ago

dak commented 6 years ago

package.json's main currently points to the non-existant dist/index.js file. The real main entry point for css-star-rating is the css file itself. By setting that to the main, it can be easily integrated with projects that support loading node modules (such as by using WebPack) as a simple @import 'css-star-rating'.

BioPhoton commented 6 years ago

Thx for your time! Looks good. Merged.