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 b8a5c2a commit a725f61
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
node_modules
.vscode
src/tests
dist
dist
.history
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,16 @@
##### Visit us at [www.nasriya.net](https://nasriya.net).

Logify is a simple and powerful **Node.js** logging package.

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!
___
### Installation
```shell
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/logify",
"version": "1.0.3",
"version": "1.0.4",
"description": "Versatile logging package for seamless integration and comprehensive error tracking.",
"main": "./dist/cjs/main.js",
"module": "./dist/esm/main.js",
Expand Down Expand Up @@ -65,5 +65,9 @@
},
"dependencies": {
"@nasriya/cron": "^1.0.2"
},
"funding": {
"type": "individual",
"url": "https://fund.nasriya.net/"
}
}

0 comments on commit a725f61

Please sign in to comment.