@justeattakeaway/pie-switch 0.29.8 → 0.29.9

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 +1 -1
package/README.md CHANGED
@@ -17,16 +17,14 @@
17
17
  To install `pie-switch` in your application, run the following on your command line:
18
18
 
19
19
  ```bash
20
- # npm
21
- $ npm i @justeattakeaway/pie-switch
20
+ npm i @justeattakeaway/pie-switch
22
21
 
23
- # yarn
24
- $ yarn add @justeattakeaway/pie-switch
22
+ yarn add @justeattakeaway/pie-switch
25
23
  ```
26
24
 
27
25
  ## Documentation
28
26
 
29
- Visit [Modal | PIE Design System](https://pie.design/components/modal/overview) to view more information on this component.
27
+ Visit [Switch | PIE Design System](https://pie.design/components/switch) to view more information on this component.
30
28
 
31
29
  ## Questions
32
30
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@justeattakeaway/pie-switch",
3
3
  "description": "PIE Design System Switch built using Web Components",
4
- "version": "0.29.8",
4
+ "version": "0.29.9",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
7
7
  "module": "dist/index.js",