Skip to content

Commit

Permalink
Version bump and script
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitri committed Nov 10, 2017
1 parent 37679b9 commit 2222a3b
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,22 @@
{
"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",
"url": "git+https://github.com/dmitrizzle/chat-bubble.git"
},
"keywords": [
"chatbot",
"texft",
"bubbles",
"chat",
"bot"
"bot",
"chatui",
"conversation",
"javascript"
],
"author": "dmitrizzle",
"license": "MIT",
Expand Down

0 comments on commit 2222a3b

Please sign in to comment.