Skip to content

Commit

Permalink
Add types to all packages
Browse files Browse the repository at this point in the history
  • Loading branch information
blakeembrey committed Oct 20, 2023
1 parent 5b7074d commit 105bf38
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/sponge-case/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"exports": {
".": "./dist/index.js"
},
"types": "./dist/index.d.ts",
"files": [
"dist/"
],
Expand Down
1 change: 1 addition & 0 deletions packages/swap-case/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"exports": {
".": "./dist/index.js"
},
"types": "./dist/index.d.ts",
"files": [
"dist/"
],
Expand Down
1 change: 1 addition & 0 deletions packages/title-case/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"exports": {
".": "./dist/index.js"
},
"types": "./dist/index.d.ts",
"files": [
"dist/"
],
Expand Down

0 comments on commit 105bf38

Please sign in to comment.