Skip to content

Commit f52f197

Browse files
chore: bump to 2.0.9 with structured author + email
Add author.name and author.email so npm exposes the maintainer email, which the n8n creator portal reads when registering the package. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 29ebb67 commit f52f197

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
{
22
"name": "n8n-nodes-contentstudio",
3-
"version": "2.0.8",
3+
"version": "2.0.9",
44
"description": "n8n node for ContentStudio API (X-API-Key)",
55
"keywords": ["n8n-community-node-package", "n8n", "workflow", "contentstudio", "social", "api", "automation"],
66
"license": "MIT",
7-
"author": "D4 Interactive",
7+
"author": {
8+
"name": "contentstudio",
9+
"email": "support@contentstudio.io"
10+
},
811
"homepage": "https://github.com/d4interactive/n8n-nodes#readme",
912
"repository": {
1013
"type": "git",

0 commit comments

Comments
 (0)