@comicrelief/component-library 7.18.2 → 7.18.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 +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- Comic Relief React Component Library
1
+ Comic Relief React Component Library
2
2
  --------------
3
3
 
4
4
  [![GitHub Actions](https://github.com/comicrelief/component-library/actions/workflows/main.yml/badge.svg)](https://github.com/comicrelief/component-library/actions)
@@ -17,12 +17,12 @@ $ yarn add @comicrelief/component-library
17
17
 
18
18
  #### Wrap your app with the ThemeProvider and crTheme
19
19
  ```
20
- import { ThemeProvider, crTheme } from '@comic-relief/component-library';
20
+ import { ThemeProvider, crTheme } from '@comicrelief/component-library';
21
21
  ```
22
22
 
23
23
  #### Import components
24
24
  ```
25
- import { HeroBanner } from '@comic-relief/component-library';
25
+ import { HeroBanner } from '@comicrelief/component-library';
26
26
  ```
27
27
 
28
28
  ### Develop
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@comicrelief/component-library",
3
3
  "author": "Comic Relief Engineering Team",
4
- "version": "7.18.2",
4
+ "version": "7.18.3",
5
5
  "main": "dist/index.js",
6
6
  "license": "ISC",
7
7
  "jest": {