A few changes to make things work and test with Node 4, 5, 6

This commit is contained in:
Bryan Housel
2016-09-29 10:51:10 -04:00
parent 85ea95e401
commit 348a973f68
3 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
import * as d3 from 'd3';
import { transition as d3transition } from 'd3-transition';
import { transition as d3transition } from 'd3';
import _ from 'lodash';