Updating licensing and fixing BotBuilder version.

This commit is contained in:
Rodrigo Rodriguez 2018-09-27 11:35:35 -03:00
parent 3f1ac29da8
commit 72cba3fcd8
2 changed files with 7 additions and 7 deletions

View file

@ -2,7 +2,7 @@
"name": "default.gbui",
"version": "0.0.12",
"private": false,
"license": "AGPL",
"license": "AGPL-3.0",
"homepage": "http://github.com/pragmatismo-io/BotServer",
"dependencies": {
"ajv": "^6.5.3",

View file

@ -35,12 +35,12 @@
"async": "^2.6.1",
"async-promises": "^0.2.1",
"body-parser": "^1.18.3",
"botbuilder": "^4.0.0-preview1.2",
"botbuilder-ai": "^4.0.0-preview1.2",
"botbuilder-azure": "^4.0.0-preview1.2",
"botbuilder-choices": "^4.0.0-preview1.2",
"botbuilder-dialogs": "^4.0.0-preview1.2",
"botbuilder-prompts": "^4.0.0-preview1.2",
"botbuilder": "4.0.0-preview1.2",
"botbuilder-ai": "4.0.0-preview1.2",
"botbuilder-azure": "^.0.0-preview1.2",
"botbuilder-choices": "4.0.0-preview1.2",
"botbuilder-dialogs": "4.0.0-preview1.2",
"botbuilder-prompts": "4.0.0-preview1.2",
"botlib": "^0.1.2",
"chokidar": "^2.0.4",
"csv-parse": "^3.0.0",