homebridge / homebridge-plugin-template

A template you can use to create your own Homebridge plugins.
https://developers.homebridge.io/
Apache License 2.0
315 stars 133 forks source link

Remove the dist directory from npmignore #32

Closed NorthernMan54 closed 2 years ago

NorthernMan54 commented 2 years ago

:recycle: Current situation

This resolves #27

:bulb: Proposed solution

Remove dist from .npmignore

:gear: Release Notes

Provide a summary of the changes or features from a user's point of view. If there are breaking changes, provide migration guides using code examples of the affected features.

:heavy_plus_sign: Additional Information

If applicable, provide additional context in this section.

Testing

Which tests were added? Which existing tests were adapted/changed? Which situations are covered, and what edge cases are missing?

Reviewer Nudging

Where should the reviewer start? what is a good entry point?

NorthernMan54 commented 2 years ago

@oznu Tks