From 6f77de832e4b5540069da04bb59d0a0fbd1635f0 Mon Sep 17 00:00:00 2001 From: Jakub Juszczak Date: Sat, 15 Oct 2016 13:00:24 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fix=20missing=20export?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/index.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/index.js b/src/index.js index 2e48179..0a181d5 100644 --- a/src/index.js +++ b/src/index.js @@ -19,3 +19,5 @@ const VueCharts = { reactiveProp, reactiveData } + +module.exports = VueCharts