Public by default

This commit is contained in:
Mattias Erming 2014-08-18 17:15:18 -07:00
parent 523a9cd734
commit 0c34bb84b2
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
{ {
"port": 9000, "port": 9000,
"theme": "themes/example.css", "theme": "themes/example.css",
"public": false "public": true
} }

View file

@ -1,7 +1,7 @@
{ {
"name": "shout", "name": "shout",
"description": "A web IRC client", "description": "A web IRC client",
"version": "0.10.2", "version": "0.10.3",
"author": "Mattias Erming", "author": "Mattias Erming",
"preferGlobal": true, "preferGlobal": true,
"bin": { "bin": {