Skip to content

Commit

Permalink
repo maintenance
Browse files Browse the repository at this point in the history
  • Loading branch information
bwp91 committed Sep 26, 2024
1 parent 31fe9a9 commit 10865bd
Show file tree
Hide file tree
Showing 6 changed files with 119 additions and 120 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,15 +151,15 @@ If you are accessing the file programmatically, you will need add a `nonce` quer

#### How do I get my plugin included?

All [verified Homebridge plugins](https://homebridge.io/w/Verified-Plugins) are automatically included.
All verified Homebridge plugins are automatically included.

#### What happens if a user attempts to install the latest version of my plugin before the bundle is created?

The plugin will be installed directly from the NPM registry instead.

#### How do I exclude my plugin from being bundled by this project?

Create a pull request adding your plugin's name to the `pluginFilter: string[]` array in the [src/maintain-tarballs.ts](./src/plugin-tarballs.ts) file.
Create a pull request adding your plugin's name to the `pluginFilter: string[]` array in the [src/plugin-tarballs/index.ts](./src/plugin-tarballs/index.ts) file.

## Community

Expand Down
Loading

0 comments on commit 10865bd

Please sign in to comment.