From 864ed9a5d281fd1a9b2fca3b468f92a3db5e9883 Mon Sep 17 00:00:00 2001 From: Michal Pemcak Date: Sun, 20 Jul 2025 13:27:31 +0200 Subject: [PATCH] 1.0.8 --- package.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 1efff43..11bf59d 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "publishConfig": { "access": "public" }, - "version": "1.0.7", + "version": "1.0.8", "description": "Lightweight charting library for the browser and Node.js", "license": "MIT", "repository": { @@ -40,8 +40,7 @@ "prepublishOnly": "npm run build", "serve": "npx http-server . -c-1 --gzip" }, - "dependencies": { - }, + "dependencies": {}, "devDependencies": { "esbuild": "^0.25.5", "typescript": "^5.0.0"