From 16274a66cf07da1e775d09ec1d1de0b489a26fdc Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Sat, 23 Mar 2024 23:10:02 -0400 Subject: [PATCH] Fix --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5c37b6a8..51e92ec3 100644 --- a/package.json +++ b/package.json @@ -83,7 +83,7 @@ "sherlockjs": "^1.4.2", "stackblur-canvas": "^2.7.0", "text-diff": "^1.0.1", - "tictactoe-minimax-ai": "^1.2.1", + "tictactoe-minimax-ai": "github:marianoheller/tic-tac-toe-minimax", "twemoji-parser": "^14.0.0", "twitter-openapi-typescript": "^0.0.31", "user-agents": "^1.1.148",