From b8afaae4547d38616a00421571aad96de089419b Mon Sep 17 00:00:00 2001 From: Nick Winter Date: Wed, 20 Jan 2016 13:07:59 -0800 Subject: [PATCH] Use bayesian-battle version from GitHub for now --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1f3cd320f..49d9aa3fc 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "aether": "~0.4.0", "async": "0.2.x", "aws-sdk": "~2.0.0", - "bayesian-battle": "0.0.x", + "bayesian-battle": "https://github.com/codecombat/bayesian-battle/tarball/master", "coffee-script": "1.9.x", "connect": "2.7.x", "express": "~3.0.6",