Skip to content

Commit

Permalink
chore: add npm keywords for angular (#1015)
Browse files Browse the repository at this point in the history
<!-- 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 <lukas.reining@codecentric.de>
  • Loading branch information
lukas-reining authored Sep 22, 2024
1 parent 7257b82 commit 6b11165
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion packages/angular/projects/angular-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,14 @@
"@angular/common": "^17.3.0",
"@angular/core": "^17.3.0"
},
"sideEffects": false
"sideEffects": false,
"keywords": [
"openfeature",
"feature",
"flags",
"toggles",
"browser",
"web",
"angular"
]
}

0 comments on commit 6b11165

Please sign in to comment.