Skip to content

Commit

Permalink
Add main to package.json (#330)
Browse files Browse the repository at this point in the history
  • Loading branch information
alarner committed Jan 14, 2024
1 parent fad3b5d commit 206fee2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/change-case/package.json
Expand Up @@ -28,6 +28,7 @@
"url": "http://blakeembrey.me"
},
"type": "module",
"main": "./dist/index.js",
"exports": {
".": "./dist/index.js",
"./keys": "./dist/keys.js"
Expand Down
1 change: 1 addition & 0 deletions packages/sponge-case/package.json
Expand Up @@ -28,6 +28,7 @@
"url": "http://rabins.dev"
},
"type": "module",
"main": "./dist/index.js",
"exports": {
".": "./dist/index.js"
},
Expand Down
1 change: 1 addition & 0 deletions packages/swap-case/package.json
Expand Up @@ -26,6 +26,7 @@
"url": "http://blakeembrey.me"
},
"type": "module",
"main": "./dist/index.js",
"exports": {
".": "./dist/index.js"
},
Expand Down
1 change: 1 addition & 0 deletions packages/title-case/package.json
Expand Up @@ -26,6 +26,7 @@
"url": "http://blakeembrey.me"
},
"type": "module",
"main": "./dist/index.js",
"exports": {
".": "./dist/index.js"
},
Expand Down

0 comments on commit 206fee2

Please sign in to comment.