Skip to content

Commit

Permalink
🔥 Remove lib version from vue-chartjs object
Browse files Browse the repository at this point in the history
The lib version is also defined in the webpack banner plugin, so actually there is no need to include it into the lib object.
Closes issue apertureless#310
  • Loading branch information
apertureless committed Feb 12, 2018
1 parent 081b970 commit 6433a0a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import {
} from './BaseCharts'

const VueCharts = {
version: LIB_VERSION,
Bar,
HorizontalBar,
Doughnut,
Expand Down

0 comments on commit 6433a0a

Please sign in to comment.