@justeattakeaway/pie-tag 0.9.6 → 0.9.7
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 +4 -6
- package/package.json +3 -3
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-tag` in your application, run the following on your command line:
|
|
21
21
|
|
|
22
22
|
```bash
|
|
23
|
-
|
|
24
|
-
$ npm i @justeattakeaway/pie-tag
|
|
23
|
+
npm i @justeattakeaway/pie-tag
|
|
25
24
|
|
|
26
|
-
|
|
27
|
-
$ yarn add @justeattakeaway/pie-tag
|
|
25
|
+
yarn add @justeattakeaway/pie-tag
|
|
28
26
|
```
|
|
29
27
|
|
|
30
28
|
## Documentation
|
|
31
29
|
|
|
32
|
-
Visit [Tag | PIE Design System](https://pie.design/components/tag
|
|
30
|
+
Visit [Tag | PIE Design System](https://pie.design/components/tag) to view more information on this component.
|
|
33
31
|
|
|
34
32
|
## Questions
|
|
35
33
|
|
|
@@ -37,4 +35,4 @@ Please head to [FAQs | PIE Design System](https://pie.design/support/contact-us/
|
|
|
37
35
|
|
|
38
36
|
## Contributing
|
|
39
37
|
|
|
40
|
-
Check out our [contributing guide](https://github.com/justeattakeaway/pie/wiki/Contributing-Guide) for more information on [local development](https://github.com/justeattakeaway/pie/wiki/Contributing-Guide#local-development) and how to run specific [component tests](https://github.com/justeattakeaway/pie/wiki/Contributing-Guide#testing).
|
|
38
|
+
Check out our [contributing guide](https://github.com/justeattakeaway/pie/wiki/Contributing-Guide) for more information on [local development](https://github.com/justeattakeaway/pie/wiki/Contributing-Guide#local-development) and how to run specific [component tests](https://github.com/justeattakeaway/pie/wiki/Contributing-Guide#testing).
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@justeattakeaway/pie-tag",
|
|
3
3
|
"description": "PIE Design System Tag built using Web Components",
|
|
4
|
-
"version": "0.9.
|
|
4
|
+
"version": "0.9.7",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"module": "dist/index.js",
|
|
@@ -37,8 +37,8 @@
|
|
|
37
37
|
"devDependencies": {
|
|
38
38
|
"@custom-elements-manifest/analyzer": "0.9.0",
|
|
39
39
|
"@justeattakeaway/pie-components-config": "0.16.0",
|
|
40
|
-
"@justeattakeaway/pie-icons-webc": "0.24.
|
|
41
|
-
"@justeattakeaway/pie-wrapper-react": "0.14.
|
|
40
|
+
"@justeattakeaway/pie-icons-webc": "0.24.1",
|
|
41
|
+
"@justeattakeaway/pie-wrapper-react": "0.14.1",
|
|
42
42
|
"cem-plugin-module-file-extensions": "0.0.5"
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {
|