Skip to content

Commit

Permalink
fix(release): Add exports to index
Browse files Browse the repository at this point in the history
  • Loading branch information
apertureless committed Mar 26, 2018
1 parent c5ce3d2 commit 8341f94
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions src/index.js
Expand Up @@ -9,7 +9,8 @@ import {
PolarArea,
Radar,
Bubble,
Scatter
Scatter,
generateChart
} from './BaseCharts'

const VueCharts = {
Expand All @@ -22,7 +23,8 @@ const VueCharts = {
Radar,
Bubble,
Scatter,
mixins
mixins,
generateChart
}

export default VueCharts
Expand All @@ -38,5 +40,6 @@ export {
Radar,
Bubble,
Scatter,
mixins
mixins,
generateChart
}

0 comments on commit 8341f94

Please sign in to comment.