Skip to content

Commit 80fb136

Browse files
committed
chore(release): add package.json provenance publishConfig
1 parent a0f2142 commit 80fb136

File tree

1 file changed

+18
-14
lines changed

1 file changed

+18
-14
lines changed

package.json

+18-14
Original file line numberDiff line numberDiff line change
@@ -3,34 +3,27 @@
33
"version": "0.0.0",
44
"description": "Variative and customizable format for commitlint",
55
"author": "codeismyid",
6+
"license": "MIT",
7+
"homepage": "https://github.com/codeismyid/commitlint-format#readme",
68
"repository": {
79
"type": "git",
810
"url": "git+https://github.com/codeismyid/commitlint-format.git"
911
},
10-
"homepage": "https://github.com/codeismyid/commitlint-format#readme",
1112
"bugs": {
1213
"url": "https://github.com/codeismyid/commitlint-format/issues"
1314
},
15+
"files": ["dist"],
16+
"publishConfig": {
17+
"access": "public",
18+
"provenance": true
19+
},
1420
"keywords": [
1521
"commitlint",
1622
"commitlint-format",
1723
"commitlint-formatter",
1824
"format",
1925
"formatter"
2026
],
21-
"files": ["dist"],
22-
"license": "MIT",
23-
"type": "module",
24-
"devEngines": {
25-
"runtime": {
26-
"name": "bun",
27-
"onFail": "ignore"
28-
},
29-
"packageManager": {
30-
"name": "bun",
31-
"onFail": "warn"
32-
}
33-
},
3427
"scripts": {
3528
"prepare": "bunx husky || true",
3629
"ci": "bun install --frozen-lockfile",
@@ -67,11 +60,22 @@
6760
"type-coverage": "2.29.7",
6861
"typescript": "5.8.2"
6962
},
63+
"type": "module",
7064
"exports": {
7165
".": "./dist/index.js",
7266
"./*": "./dist/formatters/*.js",
7367
"./package.json": "./package.json"
7468
},
69+
"devEngines": {
70+
"runtime": {
71+
"name": "bun",
72+
"onFail": "ignore"
73+
},
74+
"packageManager": {
75+
"name": "bun",
76+
"onFail": "warn"
77+
}
78+
},
7579
"typeCoverage": {
7680
"atLeast": 100,
7781
"strict": true,

0 commit comments

Comments
 (0)