From 195e2d0e1b312c44e9f269009eb59789e7bbe2fd Mon Sep 17 00:00:00 2001 From: Nick Winter Date: Wed, 20 Jan 2016 13:38:16 -0800 Subject: [PATCH] Never mind, bayesian-battle doesn't work when imported straight from GitHub --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 49d9aa3fc..1f3cd320f 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": "https://github.com/codecombat/bayesian-battle/tarball/master", + "bayesian-battle": "0.0.x", "coffee-script": "1.9.x", "connect": "2.7.x", "express": "~3.0.6",