From 16309fa35d186a54212a0c20e2830d8456e2c073 Mon Sep 17 00:00:00 2001 From: Aaron Miller Date: Wed, 24 Feb 2016 11:12:14 -0800 Subject: [PATCH] Updated package.json to use latest d3 Previous version of d3 was extremely old and depended on jsdom, which has ES6-specific syntax. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d25f222..80b0008 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "license": "MIT", "gitHead": "d419b8d1619e5920925d6e23e96f3b86406a4b9b", "dependencies": { - "d3": "~3.2.0", + "d3": "~3.5.16", "tape": "~1.0.4" } }