Comparing version 0.1.8 to 0.1.9
{ | ||
"name": "cheshire", | ||
"version": "0.1.8", | ||
"version": "0.1.9", | ||
"description": "Turn based boardgame framework based on websocket", | ||
@@ -5,0 +5,0 @@ "main": "server/Cheshire.js", |
@@ -85,2 +85,4 @@ var Storage = require('./data'); | ||
}); | ||
}; | ||
}; | ||
module.exports = Room; |
Sorry, the diff of this file is not supported yet
47061
284