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", "name": "@meteolab/uchart",
"publishConfig": { "access": "public" }, "publishConfig": {
"version": "1.0.5", "access": "public"
},
"version": "1.0.6",
"description": "Lightweight charting library for the browser and Node.js", "description": "Lightweight charting library for the browser and Node.js",
"license": "MIT", "license": "MIT",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://git.meteolab.online/mi/uChart" "url": "git+https://git.meteolab.online/mi/uChart"
}, },
"keywords": ["chart", "visualization", "typescript", "esbuild"], "keywords": [
"chart",
"visualization",
"typescript",
"esbuild"
],
"type": "module", "type": "module",
"files": ["dist"], "files": [
"dist"
],
"main": "./dist/uchart.js", "main": "./dist/uchart.js",
"module": "./dist/uchart.js", "module": "./dist/uchart.js",
"sideEffects": false, "sideEffects": false,