Skip to content

Commit

Permalink
update urls/meta
Browse files Browse the repository at this point in the history
  • Loading branch information
gtalusan committed Sep 1, 2024
1 parent bbeef9a commit bbf1418
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
{
"name": "@george.talusan/homebridge-plugin-eufy-robovac",
"name": "@george.talusan/homebridge-eufy-robovac",
"displayName": "Homebridge Plugin for Eufy Robovac",
"type": "module",
"version": "0.0.1",
"version": "0.0.2",
"description": "Homebridge Plugin for Eufy Robovac",
"author": "George Talusan <george.talusan@gmail.com>",
"license": "ISC",
"homepage": "https://github.com/gtalusan/homebridge-plugin-eufy-robovac#readme",
"homepage": "https://github.com/gtalusan/homebridge-eufy-robovac#readme",
"repository": {
"type": "git",
"url": "https://github.com/gtalusan/homebridge-plugin-eufy-robovac.git"
"url": "https://github.com/gtalusan/homebridge-eufy-robovac.git"
},
"bugs": {
"url": "https://github.com/gtalusan/homebridge-plugin-eufy-robovac/issues"
"url": "https://github.com/gtalusan/homebridge-eufy-robovac/issues"
},
"keywords": [
"homebridge-plugin",
"homebridge-plugin-eufy-robovac",
"homebridge-eufy-robovac",
"eufy",
"robovac",
"smartvac"
Expand Down
2 changes: 1 addition & 1 deletion src/settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ export const PLATFORM_NAME = 'EufyRobovacHomebridgePlugin';
/**
* This must match the name of your plugin as defined the package.json
*/
export const PLUGIN_NAME = 'homebridge-plugin-eufy-robovac';
export const PLUGIN_NAME = '@george.talusan/homebridge-eufy-robovac';

0 comments on commit bbf1418

Please sign in to comment.