Skip to content

Commit

Permalink
Fix types (#825)
Browse files Browse the repository at this point in the history
* fix types

* 1.1.4
  • Loading branch information
MauricioRobayo authored Jul 22, 2024
1 parent 9e2e8af commit b995c29
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
{
"version": "1.1.3",
"version": "1.1.4",
"license": "MIT",
"main": "dist/react-obfuscate-email.umd.js",
"module": "dist/react-obfuscate-email.mjs",
"exports": {
".": {
"import": "./dist/react-obfuscate-email.mjs",
"require": "./dist/react-obfuscate-email.umd.js"
"require": "./dist/react-obfuscate-email.umd.js",
"types": "./dist/index.d.ts"
}
},
"typings": "dist/types/index.d.ts",
"types": "dist/index.d.ts",
"sideEffects": false,
"files": [
"dist"
Expand Down

0 comments on commit b995c29

Please sign in to comment.