Skip to content

Commit 8dad262

Browse files
committed
Bump and publish
1 parent 5ccb4e9 commit 8dad262

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

bower.json

+2-4
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,10 @@
22
"name": "chat-bubble",
33
"main": "component/Bubble.js",
44
"homepage": "https://github.com/dmitrizzle/chat-bubble",
5-
"authors": [
6-
"dmitrizzle <[email protected]>"
7-
],
5+
"authors": ["dmitrizzle <[email protected]>"],
86
"description": "Simple chatbot bubble creator based on JSON conversation structure",
97
"license": "MIT",
10-
"private": true,
8+
"private": false,
119
"ignore": [
1210
"**/.*",
1311
"node_modules",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "chat-bubble",
3-
"version": "1.3.1",
3+
"version": "1.3.2",
44
"description": "Simple chatbot UI for Web with JSON scripting. Zero dependencies.",
55
"main": "component/Bubble.js",
66
"repository": {

0 commit comments

Comments
 (0)