diff --git a/modules/index.js b/modules/index.js index 95a71a973..981a047db 100644 --- a/modules/index.js +++ b/modules/index.js @@ -1,3 +1,5 @@ +import * as d3 from 'd3'; // TODO: remove (needed for tests?) + export * from './actions/index'; export * from './behavior/index'; export * from './core/index'; @@ -43,4 +45,4 @@ export var debug = false; import * as lib from './lib/index'; -export { lib }; +export { lib, d3 }; diff --git a/test/index.html b/test/index.html index 4d6a2b13e..4d4ca1b70 100644 --- a/test/index.html +++ b/test/index.html @@ -5,7 +5,7 @@