From 610dd946af8a83620a01a6b3b1ec7e4097a784c5 Mon Sep 17 00:00:00 2001 From: Michal Pemcak Date: Tue, 15 Jul 2025 17:12:12 +0200 Subject: [PATCH] Added scope --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index a101127..60a6811 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,11 @@ { - "name": "uchart", + "name": "@michal/uchart", "version": "1.0.0", "description": "Lightweight charting library for the browser and Node.js", "license": "MIT", "repository": { "type": "git", - "url": "git+https://github.com//uchart.git" + "url": "git+https://git.meteolab.online/mi/uChart" }, "keywords": ["chart", "visualization", "typescript", "esbuild"], "type": "module",