This commit is contained in:
2025-07-15 17:44:20 +02:00
parent a703a042e1
commit ac387674a4

View File

@@ -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,