mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2026-09-01 16:48:31 +00:00
Revert "fix(ignore): Move to Node16 module (#26704)"
This reverts commit ea5e0d47a5.
This commit is contained in:
@@ -52,7 +52,6 @@ function capitalize(s: string): string {
|
||||
|
||||
async function getZigbee2MQTTVersion(includeCommitHash = true): Promise<{commitHash?: string; version: string}> {
|
||||
const packageJSON = await import('../../package.json');
|
||||
// @ts-expect-error typing incorrect
|
||||
const version = packageJSON.version;
|
||||
let commitHash: string | undefined;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user