Skip to content

Commit

Permalink
Added missing type export (#5399). Fixes #5398
Browse files Browse the repository at this point in the history
  • Loading branch information
padcom committed Sep 20, 2023
1 parent 20cce66 commit 7ac146c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"exports": {
".": {
"import": "./dist/grapes.mjs",
"require": "./dist/grapes.min.js"
"require": "./dist/grapes.min.js",
"types": "./dist/index.d.ts"
},
"./*": "./*"
},
Expand Down

0 comments on commit 7ac146c

Please sign in to comment.