diff --git a/README.md b/README.md
index 9e8d507e..4366e864 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-[](https://docs.anedya.io?utm_source=github&utm_medium=link&utm_campaign=github-sdk&utm_content=js)
+[
](https://www.npmjs.com/package/@anedyasystems/anedya-widgets-react) [
](https://docs.anedya.io?utm_source=github&utm_medium=link&utm_campaign=github-sdk&utm_content=js)
diff --git a/examples/application-example/package.json b/examples/application-example/package.json index 9289e573..1e6758fa 100644 --- a/examples/application-example/package.json +++ b/examples/application-example/package.json @@ -1,5 +1,5 @@ { - "name": "my-app", + "name": "anedya-widgets-react-example", "private": true, "version": "0.0.0", "type": "module", @@ -13,7 +13,8 @@ "@emotion/react": "^11.14.0", "@emotion/styled": "^11.14.1", "@mui/material": "^9.2.0", - "anedya-widgets-react": "file:../../", + "@anedyasystems/anedya-widgets-react": "^0.0.2", + "@anedyasystems/anedya-frontend-sdk": "^0.1.1", "react": "^19.2.4", "react-dom": "^19.2.4" }, diff --git a/package.json b/package.json index f378faff..ac5232b8 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,7 @@ "name": "@anedyasystems/anedya-widgets-react", "version": "0.0.1", "description": "Anedya widget SDK", + "homepage": "https://anedya.io", "main": "dist/index.js", "module": "dist/index.mjs", "type": "module", @@ -66,5 +67,22 @@ "tailwindcss": "^4.3.2", "tsdown": "^0.22.13", "typescript": "^5.7.3" + }, + "keywords": [ + "IoT", + "Anedya", + "SDK", + "widget", + "JavaScript", + "React", + "commands", + "data-access", + "cloud", + "device-management", + "API", + "browser" + ], + "overrides": { + "human-id": "4.1.3" } }