From 111de24a405da269a85b88feb9fffca7b219ed65 Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Thu, 30 Oct 2014 20:01:30 +0900 Subject: [PATCH] Use snap.svg instead of raphael --- client/bower.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/bower.json b/client/bower.json index 14230d5..35b1b06 100644 --- a/client/bower.json +++ b/client/bower.json @@ -19,6 +19,6 @@ "bootstrap-select": "~1.6.2", "tinycolor": "~1.0.0", "seiyria-bootstrap-slider": "~4.0.1", - "raphael": "~2.1.2" + "snap.svg": "~0.3.0" } }