Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: add homepage to npm packages (#7628)
**Related Issue:** #7625 ## Summary Adds the [project homepage](https://docs.npmjs.com/cli/v9/configuring-npm/package-json#homepage) to our `calcite-components` and `calcite-components-react` packages. Similar to the `@arcgis/core`'s page: ```json "name": "@arcgis/core", "version": "4.27.6", "homepage": "https://js.arcgis.com", "description": "ArcGIS Maps SDK for JavaScript: A complete 2D and 3D mapping and data visualization API", ``` ![image](https://github.com/Esri/calcite-design-system/assets/5023024/a46dbbf9-acbc-4292-9ca8-c3cdd607a9b1)
- Loading branch information