From 2222a3b1c6f0f51c23173559dfb90cf0d9277212 Mon Sep 17 00:00:00 2001 From: Dmitri Date: Fri, 10 Nov 2017 10:48:34 +0700 Subject: [PATCH] Version bump and script --- package.json | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index e457703..3256d55 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,10 @@ { "name": "chat-bubble", - "version": "1.2.2", - "description": "Simple chatbot bubble creator based on JSON conversation structure", + "version": "1.2.3", + "description": "Simple chatbot UI for Web with JSON scripting. Zero dependencies.", "main": "component/Bubble.js", "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" + "playground": "open ./component/examples/4-advanced-keyboard.html" }, "repository": { "type": "git", @@ -12,10 +12,11 @@ }, "keywords": [ "chatbot", - "texft", - "bubbles", "chat", - "bot" + "bot", + "chatui", + "conversation", + "javascript" ], "author": "dmitrizzle", "license": "MIT",