Skip to content

Commit 87aca49

Browse files
Bill7zzstevengum
authored andcommitted
Add BotFramework-schema license (#1407)
1 parent 6f905bc commit 87aca49

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

libraries/botframework-schema/package.json

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,22 @@
11
{
22
"name": "botframework-schema",
3-
"version": "4.1.6",
3+
"author": "Microsoft Corp.",
44
"description": "Activity schema for the Microsoft Bot Framework.",
5+
"version": "4.1.6",
6+
"license": "MIT",
57
"keywords": [
68
"botconnector",
79
"bots",
810
"chatbots"
911
],
12+
"homepage": "http://github.com/Microsoft/botbuilder-js",
13+
"bugs": {
14+
"url": "http://github.com/Microsoft/botbuilder-js/issues"
15+
},
16+
"repository": {
17+
"type": "git",
18+
"url": "git@github.com:Microsoft/botbuilder-js.git"
19+
},
1020
"main": "./lib/index.js",
1121
"typings": "./lib/index.d.ts",
1222
"dependencies": {},
@@ -16,14 +26,6 @@
1626
"clean": "erase /q /s .\\lib",
1727
"set-version": "npm version --allow-same-version ${Version}"
1828
},
19-
"homepage": "http://github.com/Microsoft/botbuilder-js",
20-
"bugs": {
21-
"url": "http://github.com/Microsoft/botbuilder-js/issues"
22-
},
23-
"repository": {
24-
"type": "git",
25-
"url": "git@github.com:Microsoft/botbuilder-js.git"
26-
},
2729
"files": [
2830
"/lib",
2931
"/src"

0 commit comments

Comments
 (0)