Skip to content

Commit 6954a9c

Browse files
committed
type
1 parent 912ff88 commit 6954a9c

File tree

2 files changed

+24
-20
lines changed

2 files changed

+24
-20
lines changed

.bumpedrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins:
66
plugin: bumped-finepack
77
postrelease:
88
Building:
9-
plugin: bumped-termial
9+
plugin: bumped-terminal
1010
command: 'NODE_ENV=production gulp build'
1111
Generating CHANGELOG file:
1212
plugin: bumped-changelog

package.json

Lines changed: 23 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,29 @@
11
{
22
"name": "botui",
3-
"version": "0.3.1",
43
"description": "A JS library to build the UI for your bot",
4+
"homepage": "https://botui.org",
5+
"version": "0.3.1",
56
"main": "build/botui.min.js",
7+
"author": {
8+
"name": "Moin Uddin",
9+
"url": "https://moin.im"
10+
},
11+
"repository": {
12+
"type": "git",
13+
"url": "git+https://github.com/moinism/botui.git"
14+
},
15+
"bugs": {
16+
"url": "https://github.com/moinism/botui/issues"
17+
},
18+
"keywords": [
19+
"bot",
20+
"chat",
21+
"conversational",
22+
"interface",
23+
"js",
24+
"ui"
25+
],
26+
"dependencies": {},
627
"devDependencies": {
728
"gulp": "^3.9.1",
829
"gulp-banner": "^0.1.3",
@@ -14,25 +35,8 @@
1435
"gulp-uglify": "^2.0.0",
1536
"htmlclean": "^3.0.2"
1637
},
17-
"dependencies": {},
1838
"scripts": {
1939
"test": "echo \"Error: no test specified\" && exit 1"
2040
},
21-
"author": "Moin Uddin (https://moin.im)",
22-
"license": "MIT",
23-
"repository": {
24-
"type": "git",
25-
"url": "git+https://github.com/moinism/botui.git"
26-
},
27-
"keywords": [
28-
"bot",
29-
"ui",
30-
"js",
31-
"chat",
32-
"interface"
33-
],
34-
"bugs": {
35-
"url": "https://github.com/moinism/botui/issues"
36-
},
37-
"homepage": "https://botui.org"
41+
"license": "MIT"
3842
}

0 commit comments

Comments
 (0)