Skip to content

Commit

Permalink
Added funding
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadnasriya committed Aug 17, 2024
1 parent 934a9e7 commit 727036c
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
node_modules/
.vscode/
dist
dist
.history
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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/"
}
}

0 comments on commit 727036c

Please sign in to comment.