X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=tictactoe.js;h=1f559bde50c1a91be83cd2847d6d6cefe990650b;hb=bb50292173f978457b4b64d6495db96cd581a4d6;hp=aba043c65eba8c1dbe04ef6034c6d54b8fa8fee1;hpb=493acb2b3b21f592d0ab958ba2875bb412eb8468;p=lmno-server diff --git a/tictactoe.js b/tictactoe.js index aba043c..1f559bd 100644 --- a/tictactoe.js +++ b/tictactoe.js @@ -65,5 +65,3 @@ TicTacToe.meta = { name: "Tic Tac Toe", identifier: "tictactoe" }; - -exports.meta = TicTacToe.meta;