mdehoog / Semantic-UI-Calendar

Calendar module for Semantic UI
MIT License
805 stars 126 forks source link

added a main file for easier module importing #89

Open KhaledElAnsari opened 7 years ago

KhaledElAnsari commented 7 years ago

This will make it easier to import the module in project

so instead of

require("semantic-ui-calendar/dist/calendar.js");

it will be

require("semantic-ui-calendar");

though importing CSS will be the same, devs need to write the full relative path

@import "semantic-ui-calendar/dist/calendar.css";
KhaledElAnsari commented 7 years ago

And I updated the npm version in the package.json so it's ready for publishing

jung-hunsoo commented 6 years ago

Simple but good PR, I think.

KhaledElAnsari commented 6 years ago

I hope it get merged to help others

tchapi commented 6 years ago

Any chance this could be merged and published ? This is a quick win

KhaledElAnsari commented 6 years ago

@mdehoog can you please merge it and publish it?