india-map-react 2.0.2 → 2.0.3

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.
Files changed (2) hide show
  1. package/README.md +2 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -6,6 +6,8 @@
6
6
  Interactive React component for India's map with state-level interactions.
7
7
  Uses the **official India boundary TopoJSON** (ST_NM property).
8
8
 
9
+ > Live demo hosted on Vercel → [Live Demo Link](https://india-map-demo.vercel.app/)
10
+
9
11
  ## Preview
10
12
 
11
13
  <p align="center">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "india-map-react",
3
- "version": "2.0.2",
3
+ "version": "2.0.3",
4
4
  "description": "Interactive React components for India State and UT maps with zoom, tooltips, choropleth, and marker support.",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.js",