Skip to content

Commit

Permalink
v2.2.4 (#557)
Browse files Browse the repository at this point in the history
### Bug Fixes
* fix for lib folder missing ([#556](#556))
  • Loading branch information
donavanbecker authored Nov 5, 2023
1 parent 955c904 commit 5e14b50
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

10 changes: 2 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@homebridge/camera-utils",
"version": "2.2.3",
"version": "2.2.4",
"description": "Utilities to simplify homebridge camera plugin development",
"main": "lib/index.js",
"scripts": {
Expand All @@ -11,6 +11,7 @@
"watch:link": "npm link && tsc --watch --declaration",
"lint": "eslint '**/*.ts' --fix",
"build": "rm -rf lib && tsc --declaration",
"prepublishOnly": "npm i --package-lock-only && npm run lint && npm run build",
"push-with-tags": "git push --follow-tags && node ./build/github-releaser.js",
"deploy": "standard-version && npm publish --access public && npm run push-with-tags",
"deploy-beta": "standard-version --prerelease beta && npm publish --tag beta --access public && npm run push-with-tags"
Expand All @@ -20,13 +21,6 @@
"prerelease": "npm run build && npm test"
}
},
"files": [
".github/",
"lib/**/*",
"CHANGELOG.md",
"README.md",
"package.json"
],
"repository": {
"type": "git",
"url": "git+https://github.com/homebridge/camera-utils.git"
Expand Down

0 comments on commit 5e14b50

Please sign in to comment.