Skip to content

Commit 6433a0a

Browse files
committed
🔥 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
1 parent 081b970 commit 6433a0a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

‎src/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ import {
1313
} from './BaseCharts'
1414

1515
const VueCharts = {
16-
version: LIB_VERSION,
1716
Bar,
1817
HorizontalBar,
1918
Doughnut,

0 commit comments

Comments
 (0)