@justeattakeaway/pie-cookie-banner 0.20.1 → 0.20.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.
- package/README.md +2 -4
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -23,11 +23,9 @@ This component can be easily integrated into various frontend frameworks and cus
|
|
|
23
23
|
To install `pie-cookie-banner` in your application, run the following on your command line:
|
|
24
24
|
|
|
25
25
|
```bash
|
|
26
|
-
|
|
27
|
-
$ npm i @justeattakeaway/pie-cookie-banner
|
|
26
|
+
npm i @justeattakeaway/pie-cookie-banner
|
|
28
27
|
|
|
29
|
-
|
|
30
|
-
$ yarn add @justeattakeaway/pie-cookie-banner
|
|
28
|
+
yarn add @justeattakeaway/pie-cookie-banner
|
|
31
29
|
```
|
|
32
30
|
|
|
33
31
|
For full information on using PIE components as part of an application, check out the [Getting Started Guide](https://github.com/justeattakeaway/pie/wiki/Getting-started-with-PIE-Web-Components).
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@justeattakeaway/pie-cookie-banner",
|
|
3
3
|
"description": "PIE Design System Cookie Banner built using Web Components",
|
|
4
|
-
"version": "0.20.
|
|
4
|
+
"version": "0.20.3",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"module": "dist/index.js",
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"@justeattakeaway/pie-divider": "0.13.5",
|
|
48
48
|
"@justeattakeaway/pie-icon-button": "0.28.7",
|
|
49
49
|
"@justeattakeaway/pie-link": "0.17.5",
|
|
50
|
-
"@justeattakeaway/pie-modal": "0.
|
|
50
|
+
"@justeattakeaway/pie-modal": "0.43.1",
|
|
51
51
|
"@justeattakeaway/pie-switch": "0.29.8",
|
|
52
52
|
"@justeattakeaway/pie-webc-core": "0.23.0"
|
|
53
53
|
},
|