Skip to content

Commit

Permalink
Add d3-collection to spec dependencies as it is no longer part of def…
Browse files Browse the repository at this point in the history
…ault d3 bundle.
  • Loading branch information
kum-deepak committed Aug 26, 2020
1 parent 9b46d0e commit f9b3ef5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,7 @@ module.exports = function (grunt) {
nonull: true,
src: [
`node_modules/d3/${d3pkgSubDir}/d3.js`,
'node_modules/d3-collection/dist/d3-collection.js',
'node_modules/crossfilter2/crossfilter.js',
],
dest: '<%= conf.spec %>/3rd-party/'
Expand Down

0 comments on commit f9b3ef5

Please sign in to comment.