hypeserver / react-date-range

A React component for choosing dates and date ranges.
MIT License
2.57k stars 659 forks source link

Update .npmignore to ignore postcss.config.js #472

Closed nikolaik closed 3 years ago

nikolaik commented 3 years ago

Types of changes

This fixes projects having to depend on unneded development dependency precss, autoprefixer and postcss-import since postcss.config.js is included in the npm module https://unpkg.com/browse/react-date-range@1.1.3/

Description

Update .npmignore to ignore postcss.config.js.

Also ignore styleguide/ and a few others.

Related Issue: #417

kamyar commented 3 years ago

Thank you for the contribution 🚀

kamyar commented 3 years ago

@nikolaik I also added you as a collaborator. Given you have already opened a PR to contribute, in case you would be interested in getting involved more. 🚀 Obviously if you can not allocate time for the project feel free to decline the invite. :)

nikolaik commented 3 years ago

@nikolaik I also added you as a collaborator. Given you have already opened a PR to contribute, in case you would be interested in getting involved more. Obviously if you can not allocate time for the project feel free to decline the invite. :)

No surprise, but I have limited time available. I accepted your collaborator invite since we use the component at our company and I'm planning at least one more PR in the not too distant future.