Skip to content

Commit 7b9b09a

Browse files
committed
Added funding
1 parent 9e9d579 commit 7b9b09a

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@
66
PostBuild is a utility pacakge for **TypeScript** that runs useful tasks after transpiling TypeScript into **ESM** and **CJS** JavaScript file.
77

88
Made with ❤️ in **Palestine** 🇵🇸
9+
10+
> [!IMPORTANT]
11+
> 🌟 **Support Our Open-Source Development!** 🌟
12+
> 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.
13+
>
14+
> **[Click here to support us!](https://fund.nasriya.net/)**
15+
>
16+
> Every contribution, big or small, makes a difference. Thank you for > your generosity and support!
917
___
1018
## Installation
1119
Install the pacakge as a dev. dependency:

package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nasriya/postbuild",
3-
"version": "1.1.4",
3+
"version": "1.1.5",
44
"description": "A package that does some tasks after compilation",
55
"main": "main.js",
66
"type": "module",
@@ -42,5 +42,9 @@
4242
"@types/node": "^22.1.0",
4343
"jest": "^29.7.0",
4444
"ts-jest": "^29.2.4"
45+
},
46+
"funding": {
47+
"type": "individual",
48+
"url": "https://fund.nasriya.net/"
4549
}
46-
}
50+
}

0 commit comments

Comments
 (0)