Skip to content
This repository was archived by the owner on Jun 30, 2022. It is now read-only.

Commit 5aae7bd

Browse files
authored
add homepage field for packages (#1340)
1 parent 67f219b commit 5aae7bd

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

lib/typescript/botbuilder-skills/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "botbuilder-skills",
33
"version": "4.4.5",
44
"description": "Shared library for building Conversational AI Skills.",
5+
"homepage": "https://github.com/Microsoft/AI/",
56
"author": "Microsoft",
67
"license": "MIT",
78
"main": "lib/index.js",

lib/typescript/botbuilder-solutions/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "botbuilder-solutions",
33
"version": "4.4.5",
44
"description": "Shared library for Conversational AI Virtual Assistants and Skills.",
5+
"homepage": "https://github.com/Microsoft/AI/",
56
"author": "Microsoft",
67
"license": "MIT",
78
"main": "lib/index.js",

0 commit comments

Comments
 (0)