From 00ea70f1cd74bd4cdc62c74e9352dc73794b179f Mon Sep 17 00:00:00 2001 From: Johan Broberg Date: Fri, 14 Nov 2025 08:01:35 -0800 Subject: [PATCH] Update package.json description and repository URL --- packages/agents-a365-notifications/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/agents-a365-notifications/package.json b/packages/agents-a365-notifications/package.json index 3b322fcf..ac9e1d84 100644 --- a/packages/agents-a365-notifications/package.json +++ b/packages/agents-a365-notifications/package.json @@ -1,7 +1,7 @@ { "name": "@microsoft/agents-a365-notifications", "version": "0.0.0-placeholder", - "description": "Agent 365 Notifications SDK for AI agents built with TypeScript/Node.js", + "description": "Microsoft Agent 365 Notifications SDK for AI agents built with TypeScript/Node.js", "main": "dist/cjs/index.js", "module": "dist/esm/index.js", "types": "dist/esm/index.d.ts", @@ -29,8 +29,8 @@ "license": "See license file", "repository": { "type": "git", - "url": "https://github.com/microsoft/Agent365.git", - "directory": "nodejs/packages/agents-a365-notifications" + "url": "https://github.com/microsoft/Agent365-nodejs.git", + "directory": "packages/agents-a365-notifications" }, "dependencies": { "@microsoft/agents-a365-runtime": "workspace:*",