@measured/puck 0.19.4-canary.a062f526 → 0.19.4-canary.fde74e8a
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 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -12,9 +12,12 @@ The visual editor for React.
|
|
|
12
12
|
<a aria-label="Join the community on Discord" href="https://discord.gg/D9e4E3MQVZ">
|
|
13
13
|
<img alt="" src="https://img.shields.io/badge/Join%20the%20Discord-blueviolet.svg?style=for-the-badge&logo=Discord&labelColor=000000&logoWidth=20">
|
|
14
14
|
</a>
|
|
15
|
-
|
|
15
|
+
<a aria-label="Browse the awesome-puck community repo" href="https://github.com/measuredco/awesome-puck">
|
|
16
16
|
<img alt="" src="https://img.shields.io/badge/repo-awesome--puck-fc60a8.svg?style=for-the-badge&labelColor=000000&logoWidth=20">
|
|
17
17
|
</a>
|
|
18
|
+
<a aria-label="Contributing guide" href="https://github.com/puckeditor/puck/blob/main/CONTRIBUTING.md">
|
|
19
|
+
<img alt="" src="https://img.shields.io/badge/contributions-welcome-blue?style=for-the-badge&labelColor=000000">
|
|
20
|
+
</a>
|
|
18
21
|
</p>
|
|
19
22
|
|
|
20
23
|
## Demo
|
package/package.json
CHANGED