Skip to content

Commit fe49598

Browse files
authored
Merge pull request #11 from splch/fix/codex-verification
fix: codex node identifier and categories for n8n verification
2 parents bcfb993 + 5e73b48 commit fe49598

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

nodes/Anytype/Anytype.node.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"node": "n8n-nodes-anytype",
2+
"node": "n8n-nodes-anytype.anytype",
33
"nodeVersion": "1.0",
44
"codexVersion": "1.0",
5-
"categories": ["Productivity", "Development", "Developer Tools"],
5+
"categories": ["Productivity", "Development"],
66
"resources": {
77
"primaryDocumentation": [
88
{

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "n8n-nodes-anytype",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "n8n community node for the Anytype API",
55
"license": "MIT",
66
"homepage": "https://n8n.io/",

0 commit comments

Comments
 (0)