Closed curran closed 7 years ago
Fixes #29.
Verified locally that with this change we get the desired output:
// https://d3js.org/d3-dsv/ Version 1.0.6. Copyright 2017 Mike Bostock. (function (global, factory) { typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports typeof define === 'function' && define.amd ? define(['exports'], factory) : (factory((global.d3 = global.d3 || {}))); <------------------ This is what we want. }(this, (function (exports) { 'use strict';
Oops! Thanks for the fix!
Fixes #29.
Verified locally that with this change we get the desired output: