diff --git a/package.json b/package.json index 08765d41..972bd0b9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "shout", "description": "A web IRC client", - "version": "0.8.11", + "version": "0.8.12", "homepage": "http://github.com/erming/shout", "author": { "name": "Mattias Erming", @@ -15,7 +15,7 @@ "irc", "server" ], - "main": "http://localhost:9000/", + "main": "http://localhost:9090/", "node-main": "./index.js", "single-instance": false, "window": { @@ -26,7 +26,7 @@ "height": 640 }, "scripts": { - "start": "node index.js" + "start": "node index.js start" }, "repository": { "type": "git",