We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e7846c commit a8e50f2Copy full SHA for a8e50f2
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "hubot-zulip",
3
- "version": "0.1.0",
+ "version": "0.2.0",
4
"description": "Hubot adapter for Zulip",
5
"main": "adapter.coffee",
6
"dependencies": {
@@ -12,8 +12,11 @@
12
"scripts": {
13
"test": "echo \"Error: no test specified\" && exit 1"
14
},
15
- "keywords": ["zulip", "hubot"],
16
- "repository":"https://github.com/zulip/hubot-zulip",
17
- "author": "Zulip, Inc.",
+ "keywords": [
+ "zulip",
+ "hubot"
18
+ ],
19
+ "repository": "https://github.com/zulip/hubot-zulip",
20
+ "author": "Zulip open source project",
21
"license": "MIT"
22
}
0 commit comments