Skip to content

Commit

Permalink
Fix: address typedoc regression.
Browse files Browse the repository at this point in the history
  • Loading branch information
hjdhjd committed Jan 4, 2025
1 parent 21c233d commit 42c826f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 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 @@ -60,7 +60,7 @@
"clean": "shx rm -rf ./dist",
"lint": "eslint --max-warnings=${ESLINT_MAX_WARNINGS:-\"-1\"} eslint.config.mjs src/**.ts src/util/**.ts",
"postpublish": "npm run clean",
"prepublishOnly": "npm run lint && npm run build && npm run build-docs",
"prepublishOnly": "npm run lint && npm run build",
"test": "eslint src/**.ts"
},
"devDependencies": {
Expand All @@ -72,7 +72,7 @@
"homebridge-plugin-utils": "^1.13.0",
"shx": "0.3.4",
"typedoc": "0.27.6",
"typedoc-plugin-markdown": "4.3.3",
"typedoc-plugin-markdown": "4.4.1",
"typescript": "5.7.2",
"typescript-eslint": "8.19.0"
},
Expand Down

0 comments on commit 42c826f

Please sign in to comment.