Skip to content

Commit 9be9f79

Browse files
feat: optimize npm keywords for discoverability (15 terms), bump patch version
1 parent 888efcf commit 9be9f79

1 file changed

Lines changed: 13 additions & 4 deletions

File tree

package.json

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "configdrift",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Detect configuration drift across your infrastructure. Monitor and alert on config changes in real-time.",
55
"author": "Revenue Holdings <engineering@revenueholdings.dev>",
66
"license": "MIT",
@@ -16,12 +16,21 @@
1616
"configdrift": "cli.js"
1717
},
1818
"keywords": [
19-
"configuration",
20-
"drift",
19+
"configuration-drift",
20+
"config-management",
2121
"devops",
22+
"infrastructure",
2223
"monitoring",
24+
"drift-detection",
25+
"kubernetes",
26+
"terraform",
27+
"ansible",
28+
"compliance",
2329
"cli",
24-
"infrastructure"
30+
"site-reliability",
31+
"gitops",
32+
"developer-tools",
33+
"audit"
2534
],
2635
"files": [
2736
"cli.js"

0 commit comments

Comments
 (0)