Skip to content

Commit 9e98102

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

1 file changed

Lines changed: 12 additions & 3 deletions

File tree

package.json

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "deadcode-cli",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Find unused/dead code in Python projects. Static analysis tool to identify orphaned functions, classes, and imports.",
55
"author": "Revenue Holdings <engineering@revenueholdings.dev>",
66
"license": "MIT",
@@ -17,11 +17,20 @@
1717
},
1818
"keywords": [
1919
"dead-code",
20+
"unused-code",
2021
"linter",
2122
"static-analysis",
22-
"python",
23+
"code-quality",
24+
"treeshaking",
25+
"bundle-size",
26+
"react",
27+
"nextjs",
28+
"typescript",
29+
"css",
30+
"orphaned",
2331
"cli",
24-
"code-quality"
32+
"developer-tools",
33+
"code-cleanup"
2534
],
2635
"files": [
2736
"cli.js"

0 commit comments

Comments
 (0)