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:*",