Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Patch #132

Open
bastien-roucaries opened this issue Feb 16, 2024 · 0 comments
Open

Patch #132

bastien-roucaries opened this issue Feb 16, 2024 · 0 comments

Comments

@bastien-roucaries
Copy link

bastien-roucaries commented Feb 16, 2024

Hi

Could you apply this patch:

diff --git a/package.json b/package.json
index dcd5fcb..0d5578e 100644
--- a/package.json
+++ b/package.json
@@ -18,15 +18,15 @@
   "license": "Apache-2.0",
   "type": "module",
   "main": "umd/index.js",
-  "types": "umd/index.d.ts",
+  "typings": "umd/index.d.ts",
   "exports": {
     ".": {
       "import": {
-        "types": "./index.d.ts",
+        "typings": "./index.d.ts",
         "default": "./index.js"
       },
       "require": {
-        "types": "./umd/index.d.ts",
+        "typings": "./umd/index.d.ts",
         "default": "./umd/index.js"
       }
     }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant