Skip to content

Commit 3a09ae2

Browse files
Cleanup repo (#9)
1 parent f1ccdd8 commit 3a09ae2

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

nodes/Feather/Feather.node.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,20 @@
11
{
2-
"node": "n8n-nodes-feather",
2+
"node": "@featherhq/n8n-nodes-feather",
33
"nodeVersion": "1.0",
44
"codexVersion": "1.0",
5-
"categories": ["Development", "Developer Tools"],
5+
"categories": ["Communication", "AI", "Voice AI", "AI Call Center"],
66
"resources": {
77
"credentialDocumentation": [
88
{
9-
"url": "https://github.com/org/repo?tab=readme-ov-file#credentials"
9+
"url": "https://github.com/OneLoop-HQ/n8n-node?tab=readme-ov-file#credentials"
1010
}
1111
],
1212
"primaryDocumentation": [
1313
{
14-
"url": "https://github.com/org/repo?tab=readme-ov-file"
14+
"url": "https://github.com/OneLoop-HQ/n8n-node?tab=readme-ov-file"
15+
},
16+
{
17+
"url": "https://docs.featherhq.com"
1518
}
1619
]
1720
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "n8n-nodes-feather",
2+
"name": "@featherhq/n8n-nodes-feather",
33
"version": "1.0.0",
44
"description": "n8n community node to work with the Feather API",
55
"license": "MIT",

0 commit comments

Comments
 (0)