Skip to content

Commit

Permalink
Fix prettier format
Browse files Browse the repository at this point in the history
  • Loading branch information
blakeembrey committed Jan 14, 2024
1 parent 206fee2 commit 2cf54e3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/change-case/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@
"url": "http://blakeembrey.me"
},
"type": "module",
"main": "./dist/index.js",
"exports": {
".": "./dist/index.js",
"./keys": "./dist/keys.js"
},
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist/"
Expand Down
2 changes: 1 addition & 1 deletion packages/sponge-case/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@
"url": "http://rabins.dev"
},
"type": "module",
"main": "./dist/index.js",
"exports": {
".": "./dist/index.js"
},
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist/"
Expand Down
2 changes: 1 addition & 1 deletion packages/swap-case/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@
"url": "http://blakeembrey.me"
},
"type": "module",
"main": "./dist/index.js",
"exports": {
".": "./dist/index.js"
},
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist/"
Expand Down
2 changes: 1 addition & 1 deletion packages/title-case/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@
"url": "http://blakeembrey.me"
},
"type": "module",
"main": "./dist/index.js",
"exports": {
".": "./dist/index.js"
},
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist/"
Expand Down

0 comments on commit 2cf54e3

Please sign in to comment.