Skip to content

Commit

Permalink
Make wakelock optional
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrudd2 committed Jan 20, 2025
1 parent c8d894e commit 7ae54c2
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 5 deletions.
16 changes: 13 additions & 3 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 @@ -71,7 +71,6 @@
"optimize-paths": "^1.2.2",
"serialport": "^12.0.0 || ^13.0.0",
"svgdom": "0.1.16",
"wake-lock": "^0.2.0",
"web-streams-polyfill": "^4.0.0",
"ws": "^8.0.0",
"yargs": "^17.0.0"
Expand All @@ -87,6 +86,7 @@
"cli.js"
],
"optionalDependencies": {
"@esbuild/linux-arm": "^0.19.2 || ^0.20.0 || ^0.24.0"
"@esbuild/linux-arm": "^0.19.2 || ^0.20.0 || ^0.24.0",
"wake-lock": "^0.2.0"
}
}

0 comments on commit 7ae54c2

Please sign in to comment.