🔥 Remove lib version from vue-chartjs object

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 #310
This commit is contained in:
Jakub Juszczak
2018-02-12 11:51:53 +01:00
parent 081b97028b
commit 6433a0a4a5

View File

@@ -13,7 +13,6 @@ import {
} from './BaseCharts' } from './BaseCharts'
const VueCharts = { const VueCharts = {
version: LIB_VERSION,
Bar, Bar,
HorizontalBar, HorizontalBar,
Doughnut, Doughnut,