export lodash (to help with debugging)

This commit is contained in:
Bryan Housel
2017-04-05 14:09:59 -04:00
parent d3bff9e3ee
commit bea7f3c510
+2 -1
View File
@@ -40,6 +40,7 @@ export { utilDetect as Detect } from './util/detect';
export var debug = false;
import * as d3 from 'd3';
import * as _ from 'lodash';
import * as lib from './lib/index';
export { d3, lib };
export { d3, _, lib };