Skip to content

Commit a0a9be1

Browse files
authored
Merge pull request #18 from capricorn86/add-npm-keywords
fix: [#1] Adds more keywords to NPM package
2 parents 3784316 + 05386cb commit a0a9be1

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

package.json

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,25 @@
55
"keywords": [
66
"conventional",
77
"commit",
8+
"commits",
89
"next",
10+
"current",
911
"version",
1012
"release",
1113
"notes",
12-
"changelog"
14+
"changelog",
15+
"lint",
16+
"changed",
17+
"staged",
18+
"workspace",
19+
"version",
20+
"validate",
21+
"message",
22+
"prepare",
23+
"pull",
24+
"request",
25+
"git",
26+
"github"
1327
],
1428
"scripts": {
1529
"compile": "tsc",

0 commit comments

Comments
 (0)