Skip to content

Commit fe791c6

Browse files
committed
feat: use "package" instead of "packaging"
I haven't seen "packaging" used that much in the wild, while "package" is something very common (for example: GreenKeeper). This commit updates the examples to use the latter, so repositories with GreenKeeper are kept consistent.
1 parent 6a30339 commit fe791c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/commitlint-patterns.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"system": [
44
"build",
55
"deps",
6-
"packaging",
6+
"package",
77
"release"
88
],
99
"packages": [

0 commit comments

Comments
 (0)