From ac387674a40893e4d18d721d6d0161e3389b51b9 Mon Sep 17 00:00:00 2001 From: Michal Pemcak Date: Tue, 15 Jul 2025 17:44:20 +0200 Subject: [PATCH] 1.0.6 --- package.json | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index f4c41e0..d7c72fa 100644 --- a/package.json +++ b/package.json @@ -1,16 +1,25 @@ { "name": "@meteolab/uchart", - "publishConfig": { "access": "public" }, - "version": "1.0.5", + "publishConfig": { + "access": "public" + }, + "version": "1.0.6", "description": "Lightweight charting library for the browser and Node.js", "license": "MIT", "repository": { "type": "git", "url": "git+https://git.meteolab.online/mi/uChart" }, - "keywords": ["chart", "visualization", "typescript", "esbuild"], + "keywords": [ + "chart", + "visualization", + "typescript", + "esbuild" + ], "type": "module", - "files": ["dist"], + "files": [ + "dist" + ], "main": "./dist/uchart.js", "module": "./dist/uchart.js", "sideEffects": false,