From 6433a0a4a575a3e04aea4a2b2b4f2c99ec26bcea Mon Sep 17 00:00:00 2001 From: Jakub Juszczak Date: Mon, 12 Feb 2018 11:51:53 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5=20Remove=20lib=20version=20from=20?= =?UTF-8?q?vue-chartjs=20object?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- src/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/index.js b/src/index.js index f03fa1e0..994cc51a 100644 --- a/src/index.js +++ b/src/index.js @@ -13,7 +13,6 @@ import { } from './BaseCharts' const VueCharts = { - version: LIB_VERSION, Bar, HorizontalBar, Doughnut,