Skip to content

Commit

Permalink
Simplify exports to match across packages
Browse files Browse the repository at this point in the history
  • Loading branch information
blakeembrey committed Jan 8, 2024
1 parent b7afd3c commit f391c38
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions packages/change-case/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,8 @@
},
"type": "module",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
},
"./keys": {
"types": "./dist/keys.d.ts",
"import": "./dist/keys.js"
}
".": "./dist/index.js",
"./keys": "./dist/keys.js"
},
"types": "./dist/index.d.ts",
"files": [
Expand Down

0 comments on commit f391c38

Please sign in to comment.