Skip to content

Commit

Permalink
README updates with npm package name
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejoYarce committed Jan 10, 2025
1 parent 1458f68 commit 3deab96
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,3 +128,23 @@ function App() {
- [Legend Panel](https://github.com/wri/wri-design-systems/tree/main/src/components/Legend/LegendPanel)
- [Qualitative Attributes](https://github.com/wri/wri-design-systems/tree/main/src/components/Legend/QualitativeLegend)
- [Scale Legend](https://github.com/wri/wri-design-systems/tree/main/src/components/Legend/ScaleLegend)

## Building the lib

```
yarn lint-fix
```

```
yarn rollup-build
```

## Publish new version

```
npm login
```

```
npm publish
```
5 changes: 4 additions & 1 deletion src/components/Layer/LayerGroup/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@
## Import

```js
import { LayerGroupContainer, LayerGroup } from '@worldresources/wri-design-systems'
import {
LayerGroupContainer,
LayerGroup,
} from '@worldresources/wri-design-systems'
```

## Usage
Expand Down

0 comments on commit 3deab96

Please sign in to comment.