Update package.json
This commit is contained in:
parent
cd1383c1f0
commit
790f28a0f2
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "shout",
|
"name": "shout",
|
||||||
"description": "A web IRC client",
|
"description": "A web IRC client",
|
||||||
"version": "0.8.11",
|
"version": "0.8.12",
|
||||||
"homepage": "http://github.com/erming/shout",
|
"homepage": "http://github.com/erming/shout",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Mattias Erming",
|
"name": "Mattias Erming",
|
||||||
@ -15,7 +15,7 @@
|
|||||||
"irc",
|
"irc",
|
||||||
"server"
|
"server"
|
||||||
],
|
],
|
||||||
"main": "http://localhost:9000/",
|
"main": "http://localhost:9090/",
|
||||||
"node-main": "./index.js",
|
"node-main": "./index.js",
|
||||||
"single-instance": false,
|
"single-instance": false,
|
||||||
"window": {
|
"window": {
|
||||||
@ -26,7 +26,7 @@
|
|||||||
"height": 640
|
"height": 640
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "node index.js"
|
"start": "node index.js start"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
Loading…
Reference in New Issue
Block a user