Skip to content

Commit

Permalink
feat: export d3 in index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
kantord committed Mar 12, 2018
1 parent 57177a6 commit 4cc2d84
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import './style.scss'
import json_parser from './default_parser'
import yaml_parser from './yaml-format/parser'
import * as d3 from 'd3'

export { json_parser, yaml_parser }
export { json_parser, yaml_parser, d3 }

0 comments on commit 4cc2d84

Please sign in to comment.