This commit is contained in:
2025-07-20 13:27:31 +02:00
parent 193d073f85
commit 864ed9a5d2

View File

@@ -3,7 +3,7 @@
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
}, },
"version": "1.0.7", "version": "1.0.8",
"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": {
@@ -40,8 +40,7 @@
"prepublishOnly": "npm run build", "prepublishOnly": "npm run build",
"serve": "npx http-server . -c-1 --gzip" "serve": "npx http-server . -c-1 --gzip"
}, },
"dependencies": { "dependencies": {},
},
"devDependencies": { "devDependencies": {
"esbuild": "^0.25.5", "esbuild": "^0.25.5",
"typescript": "^5.0.0" "typescript": "^5.0.0"