readme-aura 0.1.2 → 0.1.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 CHANGED
@@ -1,4 +1,4 @@
1
- ![readme-aura-component-0](./.github/assets/readme-aura-component-0-53fe5157.svg "Generated by readme-aura")
1
+ ![readme-aura-component-0](./.github/assets/readme-aura-component-0-6a998d54.svg "Generated by readme-aura")
2
2
 
3
3
  Write custom **React/JSX components** directly inside your Markdown, and readme-aura will render them into beautiful SVGs that work on GitHub.
4
4
 
package/dist/cli.js CHANGED
File without changes
package/package.json CHANGED
@@ -1,7 +1,11 @@
1
1
  {
2
2
  "name": "readme-aura",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "Next-Gen README generator for GitHub — render React/JSX components to SVG inside Markdown",
5
+ "repository": {
6
+ "type": "git",
7
+ "url": "git+https://github.com/collectioneur/readme-aura.git"
8
+ },
5
9
  "type": "module",
6
10
  "bin": {
7
11
  "readme-aura": "./dist/cli.js"