]> git.cworth.org Git - lmno-server/blobdiff - tictactoe.js
Drop the meta property from the game exports object.
[lmno-server] / tictactoe.js
index aba043c65eba8c1dbe04ef6034c6d54b8fa8fee1..1f559bde50c1a91be83cd2847d6d6cefe990650b 100644 (file)
@@ -65,5 +65,3 @@ TicTacToe.meta = {
   name: "Tic Tac Toe",
   identifier: "tictactoe"
 };
-
-exports.meta = TicTacToe.meta;