Skip to content

Commit

Permalink
Update topojson dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Joel Lubrano committed Mar 2, 2016
1 parent 1ac555f commit 4f07a3c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion GruntFile.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
},
"dependencies": {
"d3": "^3.5.6",
"datamaps": "^0.4.0"
"datamaps": "^0.4.0",
"topojson": "^1.6.0"
}
}

0 comments on commit 4f07a3c

Please sign in to comment.