Skip to content

Commit

Permalink
type
Browse files Browse the repository at this point in the history
  • Loading branch information
moinism committed Jul 16, 2017
1 parent 912ff88 commit 6954a9c
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 20 deletions.
2 changes: 1 addition & 1 deletion .bumpedrc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins:
plugin: bumped-finepack
postrelease:
Building:
plugin: bumped-termial
plugin: bumped-terminal
command: 'NODE_ENV=production gulp build'
Generating CHANGELOG file:
plugin: bumped-changelog
Expand Down
42 changes: 23 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,29 @@
{
"name": "botui",
"version": "0.3.1",
"description": "A JS library to build the UI for your bot",
"homepage": "https://botui.org",
"version": "0.3.1",
"main": "build/botui.min.js",
"author": {
"name": "Moin Uddin",
"url": "https://moin.im"
},
"repository": {
"type": "git",
"url": "git+https://github.com/moinism/botui.git"
},
"bugs": {
"url": "https://github.com/moinism/botui/issues"
},
"keywords": [
"bot",
"chat",
"conversational",
"interface",
"js",
"ui"
],
"dependencies": {},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-banner": "^0.1.3",
Expand All @@ -14,25 +35,8 @@
"gulp-uglify": "^2.0.0",
"htmlclean": "^3.0.2"
},
"dependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Moin Uddin (https://moin.im)",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/moinism/botui.git"
},
"keywords": [
"bot",
"ui",
"js",
"chat",
"interface"
],
"bugs": {
"url": "https://github.com/moinism/botui/issues"
},
"homepage": "https://botui.org"
"license": "MIT"
}

0 comments on commit 6954a9c

Please sign in to comment.