Skip to content

Commit

Permalink
Fix types specification in package.json (#193)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubmazanec committed Jan 1, 2023
1 parent 8c82f3c commit 812825d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"module": "dist/eta.es.js",
"type": "module",
"exports": {
"types": "./dist/types/index.d.ts",
"import": "./dist/eta.es.js",
"require": "./dist/eta.cjs",
"browser": "./dist/browser/eta.min.js"
Expand Down

0 comments on commit 812825d

Please sign in to comment.