Classic oops ...
This commit is contained in:
parent
fdd57e3f11
commit
a13dd84d21
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name" : "cryptalk",
|
||||
"version" : "1.1.0",
|
||||
"version" : "1.1.1",
|
||||
"description" : "Encrypted HTML5/Node.JS instant chat",
|
||||
"main" : "server.js",
|
||||
"subdomain": "cryptalk",
|
||||
|
|
|
@ -8,7 +8,7 @@ define({
|
|||
hosts: [
|
||||
{
|
||||
name: 'default',
|
||||
host: 'localhost:8080',
|
||||
host: '',
|
||||
path: '/js/cryptalk_modules/settings.js'
|
||||
}/*,
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue