Skip to content
This repository was archived by the owner on Sep 21, 2025. It is now read-only.

Commit 1d52174

Browse files
committed
chore(package.json): standardize configuration
1 parent e83d306 commit 1d52174

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

package.json

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,19 @@
2121
"types",
2222
"typescript"
2323
],
24-
"config": {
25-
"commitizen": {
26-
"path": "./node_modules/cz-conventional-changelog"
27-
}
28-
},
2924
"publishConfig": {
3025
"access": "public"
3126
},
3227
"files": [
33-
"lib/**/*"
28+
"lib/**/*",
29+
"LICENSE",
30+
"README.md"
3431
],
32+
"config": {
33+
"commitizen": {
34+
"path": "./node_modules/cz-conventional-changelog"
35+
}
36+
},
3537
"scripts": {
3638
"commit": "git-cz",
3739
"release": "semantic-release"

0 commit comments

Comments
 (0)