Skip to content

Commit 0d3d2f8

Browse files
committed
chore: add donations section (Ko-fi, Buy Me a Coffee) + bump version
1 parent f00c2e5 commit 0d3d2f8

4 files changed

Lines changed: 20 additions & 3 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
<!-- DONATIONS-START -->
33
## 💖 Apoya el Ecosistema Mexicano OSS
44

5+
<!-- BADGES-DONATIONS-START -->
6+
[![Ko-fi](https://img.shields.io/badge/Ko--fi-Donate-orange?logo=ko-fi)](https://ko-fi.com/gerardolucero)
7+
[![BuyMeACoffee](https://img.shields.io/badge/Buy%20Me%20a%20Coffee-Support-yellow?logo=buy-me-a-coffee)](https://buymeacoffee.com/lucerorios0)
8+
<!-- BADGES-DONATIONS-END -->
9+
10+
511
Si estos paquetes te ayudan (RFC, ISR, Nómina, Bancos, Feriados, Nombres, Códigos Postales, Validadores), considera invitarme un café o apoyar el mantenimiento:
612

713
- [Ko-fi](https://ko-fi.com/gerardolucero)

README.md.backup

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
2+
<!-- DONATIONS-START -->
3+
## 💖 Apoya el Ecosistema Mexicano OSS
4+
5+
Si estos paquetes te ayudan (RFC, ISR, Nómina, Bancos, Feriados, Nombres, Códigos Postales, Validadores), considera invitarme un café o apoyar el mantenimiento:
6+
7+
- [Ko-fi](https://ko-fi.com/gerardolucero)
8+
- [Buy Me a Coffee](https://buymeacoffee.com/lucerorios0)
9+
10+
> Gracias por tu apoyo 🙌. Priorizaré issues/PRs con **contexto de uso en México** (SAT/IMSS/INFONAVIT, bancos, feriados) y publicaré avances en los READMEs.
11+
<!-- DONATIONS-END -->

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "calcula-rfc",
3-
"version": "2.0.5",
3+
"version": "2.0.6",
44
"type": "module",
55
"description": "Librería para calcular el RFC (Registro Federal de Contribuyentes) mexicano con homoclave de personas físicas",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)