From f848841bc7e123dfb2a3a70a2a91ab8febf7b0d7 Mon Sep 17 00:00:00 2001 From: Alexey Velikiy Date: Sat, 23 Oct 2021 20:39:29 +0300 Subject: [PATCH] line-pod --- package.json | 4 ++-- src/index.ts | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index a558b9d..2803035 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "@chartwerk/line-chart", + "name": "@chartwerk/line-pod", "version": "0.2.4", "description": "Chartwerk line chart", "main": "dist/index.js", @@ -10,7 +10,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/chartwerk/line-chart.git" + "url": "https://gitlab.com/chartwerk/line-pod.git" }, "author": "CorpGlory", "license": "Apache-2.0", diff --git a/src/index.ts b/src/index.ts index f90018f..51e1400 100644 --- a/src/index.ts +++ b/src/index.ts @@ -488,9 +488,9 @@ export class ChartwerkLineChart extends ChartwerkPod } } -// it is used with Vue.component, e.g.: Vue.component('chartwerk-line-chart', VueChartwerkLineChartObject) +// it is used with Vue.component, e.g.: Vue.component('chartwerk-line-pod', VueChartwerkLineChartObject) export const VueChartwerkLineChartObject = { - // alternative to `template: '
'` + // alternative to `template: '
'` render(createElement) { return createElement( 'div',