Skip to content

Commit 1517224

Browse files
committed
update package.json to add description and enhance keywords
1 parent 8b061fe commit 1517224

1 file changed

Lines changed: 8 additions & 3 deletions

File tree

package.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,19 @@
11
{
22
"name": "n8n-nodes-msgraphsecurity",
33
"version": "0.1.0",
4-
"description": "",
4+
"description": "Integration with Microsoft Graph Security API",
55
"license": "MIT",
66
"homepage": "",
7-
"keywords": ["n8n-community-node-package"],
7+
"keywords": [
8+
"n8n-community-node-package",
9+
"microsoft",
10+
"graph",
11+
"security"
12+
],
813
"author": { "name": "frodehus", "email": "frode.hus@outlook.com" },
914
"repository": {
1015
"type": "git",
11-
"url": "https://github.com/<...>/n8n-nodes-<...>.git"
16+
"url": "https://github.com/FrodeHus/n8n-nodes-msgraphsecurity.git"
1217
},
1318
"scripts": {
1419
"build": "n8n-node build",

0 commit comments

Comments
 (0)