Skip to content

Commit 6b11165

Browse files
chore: add npm keywords for angular (#1015)
<!-- Please use this template for your pull request. --> <!-- Please use the sections that you need and delete other sections --> ## This PR <!-- add the description of the PR here --> - adds keywords for angular Signed-off-by: Lukas Reining <[email protected]>
1 parent 7257b82 commit 6b11165

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

Diff for: packages/angular/projects/angular-sdk/package.json

+10-1
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,14 @@
2020
"@angular/common": "^17.3.0",
2121
"@angular/core": "^17.3.0"
2222
},
23-
"sideEffects": false
23+
"sideEffects": false,
24+
"keywords": [
25+
"openfeature",
26+
"feature",
27+
"flags",
28+
"toggles",
29+
"browser",
30+
"web",
31+
"angular"
32+
]
2433
}

0 commit comments

Comments
 (0)