Skip to content

Commit

Permalink
rename chat-bot to chat-bot-sdk (#5)
Browse files Browse the repository at this point in the history
* rename chat-bot to chat-bot-sdk
* rename chat-bot to chat-bot-sdk

wow was that first name ever confusing with the other chat-client package.
but now it's not because one has more TLAs!
hooray! 🎉
  • Loading branch information
DispatchCommit authored Jul 10, 2020
1 parent 2ea58a3 commit d070636
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# chat-bot
A simple bot library for [bitwave.tv]'s chat
# chat-bot-sdk
A simple chat bot SDK for [bitwave.tv]'s chat

Install it with.

```bash
npm install @bitwave/chat-bot
npm install @bitwave/chat-bot-sdk
```
------

Expand Down
13 changes: 7 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
{
"name": "@bitwave/chat-bot",
"version": "0.2.2",
"description": "A simple bot library for [bitwave.tv]'s chat",
"name": "@bitwave/chat-bot-sdk",
"version": "0.3.0",
"description": "A simple chat bot sdk for [bitwave.tv]'s chat",
"main": "lib.mjs",
"scripts": {
"test": "echo \"TODO: testing. Nothing to see here. Move along...\""
},
"keywords": [
"bot",
"library",
"sdk",
"chat",
"bitwave"
],
Expand All @@ -21,10 +22,10 @@
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/bitwave-tv/chat-bot.git"
"url": "git+https://github.com/bitwave-tv/chat-bot-sdk.git"
},
"bugs": {
"url": "https://github.com/bitwave-tv/chat-bot/issues"
"url": "https://github.com/bitwave-tv/chat-bot-sdk/issues"
},
"homepage": "https://github.com/bitwave-tv/chat-bot#readme"
"homepage": "https://github.com/bitwave-tv/chat-bot-sdk#readme"
}

0 comments on commit d070636

Please sign in to comment.