Skip to content

Commit

Permalink
docs: add homepage to npm packages (#7628)
Browse files Browse the repository at this point in the history
**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
geospatialem authored Aug 30, 2023
1 parent e21b08b commit 1b3ad08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/calcite-components-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "@esri/calcite-components-react",
"sideEffects": false,
"version": "1.7.0-next.13",
"homepage": "https://developers.arcgis.com/calcite-design-system/",
"description": "A set of React components that wrap calcite components",
"license": "SEE LICENSE.md",
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions packages/calcite-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@esri/calcite-components",
"version": "1.7.0-next.13",
"homepage": "https://developers.arcgis.com/calcite-design-system/",
"description": "Web Components for Esri's Calcite Design System.",
"main": "dist/index.cjs.js",
"module": "dist/index.js",
Expand Down

0 comments on commit 1b3ad08

Please sign in to comment.