@justeattakeaway/pie-card 0.19.5 → 0.19.6

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 -5
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -20,16 +20,14 @@ This component can be easily integrated into various frontend frameworks and cus
20
20
  To install `pie-card` in your application, run the following on your command line:
21
21
 
22
22
  ```bash
23
- # npm
24
- $ npm i @justeattakeaway/pie-card
23
+ npm i @justeattakeaway/pie-card
25
24
 
26
- # yarn
27
- $ yarn add @justeattakeaway/pie-card
25
+ yarn add @justeattakeaway/pie-card
28
26
  ```
29
27
 
30
28
  ## Documentation
31
29
 
32
- Visit [Card | PIE Design System](https://pie.design/components/card/overview) to view more information on this component.
30
+ Visit [Card | PIE Design System](https://pie.design/components/card) to view more information on this component.
33
31
 
34
32
  ## Questions
35
33
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@justeattakeaway/pie-card",
3
- "version": "0.19.5",
3
+ "version": "0.19.6",
4
4
  "description": "PIE Design System Card built using Web Components",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -37,7 +37,7 @@
37
37
  "devDependencies": {
38
38
  "@custom-elements-manifest/analyzer": "0.9.0",
39
39
  "@justeattakeaway/pie-components-config": "0.16.0",
40
- "@justeattakeaway/pie-wrapper-react": "0.14.0",
40
+ "@justeattakeaway/pie-wrapper-react": "0.14.1",
41
41
  "cem-plugin-module-file-extensions": "0.0.5"
42
42
  },
43
43
  "dependencies": {