Skip to content

Commit 9668acf

Browse files
committed
update default language to English and add homepage URL in package.json
1 parent 83dabb9 commit 9668acf

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

nodes/Branddev/resources/brand/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ export const brandDescription: INodeProperties[] = [
204204
displayName: 'Force Language',
205205
name: 'force_language',
206206
type: 'options',
207-
default: 'albanian',
207+
default: 'english',
208208
description: 'Force the language of the retrieved brand data',
209209
options: [
210210
{ name: 'Albanian', value: 'albanian' },

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.1.0",
44
"description": "n8n node for Brand.dev API - retrieve brand data, screenshots, and company information",
55
"license": "MIT",
6-
"homepage": "",
6+
"homepage": "https://github.com/brand-dot-dev/n8n-integration#readme",
77
"keywords": ["n8n-community-node-package"],
88
"author": {
99
"name": "Nikhil",
@@ -19,6 +19,7 @@
1919
"dev": "n8n-node dev",
2020
"lint": "n8n-node lint",
2121
"lint:fix": "n8n-node lint --fix",
22+
"test": "npm run lint",
2223
"release": "n8n-node release",
2324
"prepublishOnly": "n8n-node prerelease"
2425
},

0 commit comments

Comments
 (0)