Skip to content

Commit

Permalink
Fix import.
Browse files Browse the repository at this point in the history
  • Loading branch information
mbostock committed Nov 10, 2015
1 parent bceb4f1 commit 0114a70
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
export {default as dsv} from "./src/dsv";
import dsv from "./src/dsv";
export {dsv};
export var csv = dsv(",");
export var tsv = dsv("\t");
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "d3-dsv",
"version": "0.1.6",
"version": "0.1.7",
"description": "A parser and formatter for delimiter-separated values, such as CSV and TSV",
"keywords": [
"d3",
Expand Down

0 comments on commit 0114a70

Please sign in to comment.