bubble-chart-js 1.0.12 → 1.0.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +3 -1
package/package.json
CHANGED
|
@@ -1,10 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "bubble-chart-js",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.13",
|
|
4
4
|
"description": "bubbleChartJs is a lightweight, customizable JavaScript library for creating stacked bubble charts. It arranges bubbles based on their values, with the largest bubble positioned at the top and surrounding bubbles decreasing in size accordingly.",
|
|
5
5
|
"main": "dist/bubbleChart.cjs.js",
|
|
6
6
|
"module": "dist/bubbleChart.esm.js",
|
|
7
7
|
"browser": "dist/bubbleChart.umd.js",
|
|
8
|
+
"unpkg": "dist/bubbleChart.umd.js",
|
|
9
|
+
"jsdelivr": "dist/bubbleChart.umd.js",
|
|
8
10
|
"types": "dist/index.d.ts",
|
|
9
11
|
"scripts": {
|
|
10
12
|
"clean": "rimraf dist",
|