From 3e03e09990a49bc0df9cfab5ee81d56411206b22 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Sat, 23 Mar 2024 23:07:08 -0400 Subject: [PATCH] Fix --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 51e92ec3..5c37b6a8 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": "github:marianoheller/tic-tac-toe-minimax", + "tictactoe-minimax-ai": "^1.2.1", "twemoji-parser": "^14.0.0", "twitter-openapi-typescript": "^0.0.31", "user-agents": "^1.1.148",