Skip to content

Commit 744f8bd

Browse files
committed
style: format JSON structure in Scrappey.node.json for improved readability
1 parent 2492e7d commit 744f8bd

1 file changed

Lines changed: 16 additions & 19 deletions

File tree

nodes/Scrappey/Scrappey.node.json

Lines changed: 16 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,18 @@
11
{
2-
"node": "n8n-nodes-scrappey",
3-
"nodeVersion": "0.3.0",
4-
"codexVersion": "0.3.0",
5-
"categories": [
6-
"Development",
7-
"Web Scraping"
8-
],
9-
"resources": {
10-
"credentialDocumentation": [
11-
{
12-
"url": "https://nodes.n8n.community/scrappey/signup"
13-
}
14-
],
15-
"primaryDocumentation": [
16-
{
17-
"url": "https://wiki.scrappey.com"
18-
}
19-
]
20-
}
2+
"node": "n8n-nodes-scrappey",
3+
"nodeVersion": "0.3.0",
4+
"codexVersion": "0.3.0",
5+
"categories": ["Development", "Web Scraping"],
6+
"resources": {
7+
"credentialDocumentation": [
8+
{
9+
"url": "https://nodes.n8n.community/scrappey/signup"
10+
}
11+
],
12+
"primaryDocumentation": [
13+
{
14+
"url": "https://wiki.scrappey.com"
15+
}
16+
]
17+
}
2118
}

0 commit comments

Comments
 (0)