Skip to content

Commit 5bf65fc

Browse files
committed
fix: include patches directory in published package
- Add 'patches' to files list in package.json - Bump version to 1.5.0-dev.12
1 parent 56e47c1 commit 5bf65fc

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
{
22
"name": "@muhammedaksam/waha-tui",
3-
"version": "1.5.0-dev.11",
3+
"version": "1.5.0-dev.12",
44
"description": "TUI client for WhatsApp using WAHA (WhatsApp HTTP API) - manage chats, send messages, and more from your terminal",
55
"module": "src/index.ts",
66
"type": "module",
77
"bin": {
88
"waha-tui": "./src/index.ts"
99
},
1010
"files": [
11-
"src"
11+
"src",
12+
"patches"
1213
],
1314
"author": "Muhammed Mustafa AKŞAM <info@muhammedaksam.com.tr> (https://github.com/muhammedaksam)",
1415
"license": "MIT",

0 commit comments

Comments
 (0)