Skip to content

Commit f391c38

Browse files
committed
Simplify exports to match across packages
1 parent b7afd3c commit f391c38

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

packages/change-case/package.json

+2-8
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,8 @@
2929
},
3030
"type": "module",
3131
"exports": {
32-
".": {
33-
"types": "./dist/index.d.ts",
34-
"import": "./dist/index.js"
35-
},
36-
"./keys": {
37-
"types": "./dist/keys.d.ts",
38-
"import": "./dist/keys.js"
39-
}
32+
".": "./dist/index.js",
33+
"./keys": "./dist/keys.js"
4034
},
4135
"types": "./dist/index.d.ts",
4236
"files": [

0 commit comments

Comments
 (0)