Skip to content

Commit a8e50f2

Browse files
committed
Update to 0.2.0.
1 parent 9e7846c commit a8e50f2

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

package.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hubot-zulip",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "Hubot adapter for Zulip",
55
"main": "adapter.coffee",
66
"dependencies": {
@@ -12,8 +12,11 @@
1212
"scripts": {
1313
"test": "echo \"Error: no test specified\" && exit 1"
1414
},
15-
"keywords": ["zulip", "hubot"],
16-
"repository":"https://github.com/zulip/hubot-zulip",
17-
"author": "Zulip, Inc.",
15+
"keywords": [
16+
"zulip",
17+
"hubot"
18+
],
19+
"repository": "https://github.com/zulip/hubot-zulip",
20+
"author": "Zulip open source project",
1821
"license": "MIT"
1922
}

0 commit comments

Comments
 (0)