Skip to content
This repository was archived by the owner on Nov 21, 2023. It is now read-only.

Commit 03b6d6a

Browse files
committed
package.json
1 parent 1d64947 commit 03b6d6a

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "n8n-nodes-codechat",
3-
"version": "0.1.5",
3+
"version": "0.1.6",
44
"description": "Rest api for communication with WhatsApp",
55
"keywords": [
66
"n8n",
@@ -26,7 +26,7 @@
2626
"bot"
2727
],
2828
"license": "MIT",
29-
"homepage": "",
29+
"homepage": "https://github.com/code-chat-br",
3030
"author": {
3131
"name": "codechat",
3232
"email": "suporte@codechat.rest"
@@ -35,7 +35,8 @@
3535
"type": "git",
3636
"url": "https://github.com/code-chat-br/n8n-node-codechat"
3737
},
38-
"main": "index.js", "scripts": {
38+
"main": "index.js",
39+
"scripts": {
3940
"build": "rm -rf ./dist && tsc && gulp build:icons",
4041
"dev": "tsc --watch",
4142
"format": "prettier nodes credentials --write",
@@ -72,6 +73,6 @@
7273
"typescript": "~4.6.0"
7374
},
7475
"publishConfig": {
75-
"@jrclber:registry": "https://npm.pkg.github.com"
76+
"@jrcleber:registry": "https://npm.pkg.github.com"
7677
}
7778
}

0 commit comments

Comments
 (0)