diff --git a/.gitignore b/.gitignore index 2b3a3c5..362eb25 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ node_modules/ .vscode/ -dist \ No newline at end of file +dist +.history \ No newline at end of file diff --git a/README.md b/README.md index 769beb4..d55622b 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,14 @@ A lightweight package to generate UUIDs on the go. Made with ❤️ in **Palestine** 🇵🇸 + +> [!IMPORTANT] +> 🌟 **Support Our Open-Source Development!** 🌟 +> We need your support to keep our projects going! If you find our > work valuable, please consider contributing. Your support helps us > continue to develop and maintain these tools. +> +> **[Click here to support us!](https://fund.nasriya.net/)** +> +> Every contribution, big or small, makes a difference. Thank you for > your generosity and support! ___ Generating UUID is never easier. diff --git a/package.json b/package.json index b322c87..55fad86 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nasriya/uuidx", - "version": "1.0.2", + "version": "1.0.3", "description": "A lightweight package to generate UUIDs on the go.", "main": "dist/cjs/uuidX.js", "module": "dist/esm/uuidX.js", @@ -46,5 +46,9 @@ "nodemon": "^3.0.3", "ts-jest": "^29.1.2", "typescript": "^5.4.5" + }, + "funding": { + "type": "individual", + "url": "https://fund.nasriya.net/" } }