lex: prompt is not required

This commit is contained in:
Dave Horton
2021-02-18 09:43:54 -05:00
parent 5fdf8c613b
commit d0972145f0
2 changed files with 2 additions and 3 deletions

View File

@@ -176,8 +176,7 @@
"required": [
"botId",
"botAlias",
"region",
"prompt"
"region"
]
},
"listen": {

View File

@@ -1,6 +1,6 @@
{
"name": "@jambonz/node-client",
"version": "0.0.1",
"version": "0.0.2",
"description": "",
"main": "lib/index.js",
"scripts": {