Skip to content

Commit 0655ca8

Browse files
committed
ci(whatsapp): change main property
Signed-off-by: Matheus Cruz <[email protected]>
1 parent 25531f6 commit 0655ca8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

whatsapp/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "whatsapp",
33
"version": "1.0.0",
4-
"main": "index.js",
4+
"main": "src/index.js",
55
"scripts": {
66
"start:local": "ENV=local node src/index.js",
77
"start": "node src/index.js",
@@ -30,6 +30,6 @@
3030
"prettier": "3.7.4"
3131
},
3232
"engines": {
33-
"node": "24.x"
33+
"node": "20.x"
3434
}
3535
}

0 commit comments

Comments
 (0)