Skip to content

Commit

Permalink
fixed broken path in prepublishOnly script;
Browse files Browse the repository at this point in the history
  • Loading branch information
Basti Tee committed Mar 23, 2018
1 parent a299cca commit b425c47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/prepublish.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ compressor.minify({
callback: function(err) {
// .. then bundle d3 including plugins
bundle([
path.join(depsPath, 'd3', 'build', 'd3.min.js'),
path.join(depsPath, 'd3', 'dist', 'd3.min.js'),
path.join(depsPath, 'd3-cloud', 'build/d3.layout.cloud.min.js'),
path.join(depsPath, 'd3-sankey', 'build/d3-sankey.min.js'),
path.join(depsPath, 'd3-scale-chromatic',
Expand Down

0 comments on commit b425c47

Please sign in to comment.