diff --git a/package.json b/package.json index 972bd0b9..1f17eac6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "shout", "description": "A web IRC client", - "version": "0.8.12", + "version": "0.9.0", "homepage": "http://github.com/erming/shout", "author": { "name": "Mattias Erming", @@ -25,6 +25,9 @@ "width": 1024, "height": 640 }, + "bin": { + "shout": "index.js" + }, "scripts": { "start": "node index.js start" },