Skip to content

Commit 976465a

Browse files
committed
chore: add package.json entry
1 parent 8bdaf2d commit 976465a

File tree

1 file changed

+26
-11
lines changed

1 file changed

+26
-11
lines changed

package.json

Lines changed: 26 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -14,24 +14,39 @@
1414
"main": "./lib/index.cjs",
1515
"module": "./lib/index.js",
1616
"exports": {
17-
"import": {
18-
"types": "./lib/index.d.ts",
19-
"default": "./lib/index.js"
17+
".": {
18+
"import": {
19+
"types": "./lib/index.d.ts",
20+
"default": "./lib/index.js"
21+
},
22+
"module-sync": {
23+
"types": "./lib/index.d.ts",
24+
"default": "./lib/index.js"
25+
},
26+
"require": {
27+
"types": "./index.d.cts",
28+
"default": "./lib/index.cjs"
29+
}
2030
},
21-
"module-sync": {
22-
"types": "./lib/index.d.ts",
23-
"default": "./lib/index.js"
24-
},
25-
"require": {
26-
"types": "./index.d.cts",
27-
"default": "./lib/index.cjs"
28-
}
31+
"./package.json": "./package.json"
2932
},
3033
"types": "./lib/index.d.ts",
3134
"files": [
3235
"index.d.cts",
3336
"lib"
3437
],
38+
"keywords": [
39+
"@changesets/cli",
40+
"ci",
41+
"changeset",
42+
"changesets",
43+
"gitlab",
44+
"changelog",
45+
"auto-release",
46+
"release",
47+
"release-automation",
48+
"release-plz"
49+
],
3550
"scripts": {
3651
"build": "run-p 'build:*'",
3752
"build:r": "r -f cjs",

0 commit comments

Comments
 (0)