Skip to content

Commit

Permalink
repo maintenance
Browse files Browse the repository at this point in the history
  • Loading branch information
bwp91 committed Oct 2, 2024
1 parent 31fe9a9 commit 3933316
Show file tree
Hide file tree
Showing 6 changed files with 79 additions and 80 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
140 changes: 70 additions & 70 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@
"typescript": "^5.6.2"
},
"devDependencies": {
"@antfu/eslint-config": "^3.7.1",
"@antfu/eslint-config": "^3.7.3",
"@types/fs-extra": "^11.0.4",
"@types/node": "^22.7.0",
"@types/node": "^22.7.4",
"eslint": "^9.11.1",
"eslint-plugin-format": "^0.1.2"
}
Expand Down
1 change: 0 additions & 1 deletion scripts/sort-json-files.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,3 @@ console.log(`- Verified Total: ${verifiedSorted.length}`)
console.log(`- Verified Plus Total: ${verifiedPlusSorted.length}`)
console.log(`- Hidden Total: ${hiddenSorted.length}`)
console.log('-----------------------------')

8 changes: 4 additions & 4 deletions src/plugin-checks/workspace/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/plugin-checks/workspace/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"main": "index.js",
"dependencies": {
"@types/fs-extra": "^11.0.4",
"@types/node": "^22.7.0",
"@types/node": "^22.7.4",
"@types/semver": "^7.5.8",
"fs-extra": "^11.2.0",
"semver": "^7.6.3",
Expand Down

0 comments on commit 3933316

Please sign in to comment.