diff --git a/package.json b/package.json index 1d6dbc1..ff5a960 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hubot-zulip", - "version": "0.1.0", + "version": "0.2.0", "description": "Hubot adapter for Zulip", "main": "adapter.coffee", "dependencies": { @@ -12,8 +12,11 @@ "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, - "keywords": ["zulip", "hubot"], - "repository":"https://github.com/zulip/hubot-zulip", - "author": "Zulip, Inc.", + "keywords": [ + "zulip", + "hubot" + ], + "repository": "https://github.com/zulip/hubot-zulip", + "author": "Zulip open source project", "license": "MIT" }