fix json error

This commit is contained in:
Dave Horton
2023-03-02 14:52:10 -05:00
parent 32f63759db
commit 10c7f60bad
2 changed files with 3 additions and 4 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@jambonz/verb-specifications",
"version": "0.0.8",
"version": "0.0.9",
"description": "Jambonz Verb Specification Utilities",
"main": "index.js",
"scripts": {
+2 -3
View File
@@ -483,9 +483,8 @@
},
"recognizer": {
"properties": {
"vendor": {
"vendor": "string",
"language": "string",
"vendor": "string",
"language": "string",
"vad": "#vad",
"hints": "array",
"hintsBoost": "number",