Update package.json
This commit is contained in:
parent
cd1383c1f0
commit
790f28a0f2
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user