Skip to content

Commit 3e81c92

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

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

package.json

Lines changed: 6 additions & 3 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",
15+
"keywords": [
16+
"zulip",
17+
"hubot"
18+
],
19+
"repository": "https://github.com/zulip/hubot-zulip",
1720
"author": "Zulip, Inc.",
1821
"license": "MIT"
1922
}

0 commit comments

Comments
 (0)