Skip to content

Commit

Permalink
update module.exports for browserify compatability
Browse files Browse the repository at this point in the history
  • Loading branch information
vagrant committed Aug 16, 2014
1 parent 67e65e8 commit f7d3c98
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@

d3 = require("d3");
crossfilter = require("crossfilter");
require("./dc");
module.exports = dc;
module.exports = require("./dc");

0 comments on commit f7d3c98

Please sign in to comment.