Skip to content

Commit

Permalink
Added package version
Browse files Browse the repository at this point in the history
  • Loading branch information
sajmonr committed Mar 4, 2023
1 parent d530d05 commit 8511534
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,10 @@ export const PLATFORM_NAME = 'Hubspace';
/**
* This must match the name of your plugin as defined the package.json
*/
export const PLUGIN_NAME = 'homebridge-hubspace';
export const PLUGIN_NAME = 'homebridge-hubspace';

/**
* Current NPM package version
*/
// eslint-disable-next-line @typescript-eslint/no-var-requires
export const PACKAGE_VERSION: string = require('../package.json').version;

0 comments on commit 8511534

Please sign in to comment.