Skip to content

Commit

Permalink
Merge pull request #14 from otakustay/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinhagemeister committed Sep 11, 2022
2 parents bd15db5 + d294dcf commit 8bfceb4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -30,7 +30,8 @@
".": {
"browser": "./dist/module/index.js",
"import": "./dist/esm/index.mjs",
"require": "./dist/cjs/index.js"
"require": "./dist/cjs/index.js",
"types": "./dist/types/index.d.ts"
},
"./package.json": "./package.json",
"./": "./*"
Expand Down

0 comments on commit 8bfceb4

Please sign in to comment.