Comparing version 0.1.29 to 0.1.30
{ | ||
"name": "cheshire", | ||
"version": "0.1.29", | ||
"version": "0.1.30", | ||
"description": "Turn based boardgame framework based on websocket", | ||
@@ -5,0 +5,0 @@ "main": "server/Cheshire.js", |
@@ -37,3 +37,3 @@ var Storage = require('./data'); | ||
console.log('Cheshire room member list is : ' + JSON.stringify(this.users)); | ||
console.log('Cheshire room ' + this.name + ' member list is : ' + JSON.stringify(this.users)); | ||
}; | ||
@@ -70,3 +70,3 @@ | ||
console.log('Cheshire room member list is : ' + JSON.stringify(this.users)); | ||
console.log('Cheshire room ' + this.name + ' member list is : ' + JSON.stringify(this.users)); | ||
}; | ||
@@ -73,0 +73,0 @@ |
Sorry, the diff of this file is not supported yet
48401