Skip to content

Commit

Permalink
fix type declaration (#213)
Browse files Browse the repository at this point in the history
Co-authored-by: Gün <Gün>
Closes #207
  • Loading branch information
gurgunday committed Jan 23, 2023
1 parent ca5b987 commit f9994ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -18,10 +18,10 @@
"umd:main": "./dist/eta.umd.js",
"unpkg": "./dist/browser.min.umd.js",
"module": "./dist/eta.module.mjs",
"types": "./dist/types/eta.d.ts",
"types": "./dist/types/index.d.ts",
"source": "src/index.ts",
"exports": {
"types": "./dist/types/eta.d.ts",
"types": "./dist/types/index.d.ts",
"browser": "./dist/browser.min.umd.js",
"require": "./dist/eta.umd.js",
"import": "./dist/eta.module.mjs",
Expand Down

0 comments on commit f9994ad

Please sign in to comment.