From 4f07a3cf6218aa8ec9fc517e6673badd7cbb36da Mon Sep 17 00:00:00 2001 From: Joel Lubrano Date: Wed, 2 Mar 2016 16:08:53 -0500 Subject: [PATCH] Update topojson dependency --- GruntFile.js | 2 +- package.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/GruntFile.js b/GruntFile.js index c85c555..244bea0 100644 --- a/GruntFile.js +++ b/GruntFile.js @@ -30,7 +30,7 @@ module.exports = function(grunt) { 'node_modules/jquery/dist/jquery.js', 'node_modules/jasmine-jquery/lib/jasmine-jquery.js', 'node_modules/d3/d3.min.js', - 'node_modules/datamaps/node_modules/topojson/topojson.min.js', + 'node_modules/topojson/build/topojson.min.js', 'node_modules/datamaps/dist/datamaps.all.js' ], specs: [ diff --git a/package.json b/package.json index d771c7c..eea9c2c 100644 --- a/package.json +++ b/package.json @@ -29,6 +29,7 @@ }, "dependencies": { "d3": "^3.5.6", - "datamaps": "^0.4.0" + "datamaps": "^0.4.0", + "topojson": "^1.6.0" } }