Skip to content

Commit

Permalink
chore: add new keywords to package json (#6813)
Browse files Browse the repository at this point in the history
This change adds "feature flag" and "flag" to the keywords in the
package.json file. We've started moving towards using that over feature
toggle, so it makes sense to add it to the keywords.
  • Loading branch information
thomasheartman committed Apr 11, 2024
1 parent 053fcb1 commit 8ccb315
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,14 @@
"name": "unleash-server",
"description": "Unleash is an enterprise ready feature toggles service. It provides different strategies for handling feature toggles.",
"version": "5.11.0+main",
"keywords": ["unleash", "feature toggle", "feature", "toggle"],
"keywords": [
"unleash",
"feature toggle",
"feature",
"toggle",
"feature flag",
"flag"
],
"files": [
"dist",
"docs",
Expand Down

0 comments on commit 8ccb315

Please sign in to comment.