Skip to content

Commit

Permalink
Merge pull request #15 from marvinhagemeister/pkgJson
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinhagemeister committed Sep 11, 2022
2 parents 8bfceb4 + 7b400c1 commit 93e63e8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -28,13 +28,13 @@
},
"exports": {
".": {
"types": "./dist/types/index.d.ts",
"browser": "./dist/module/index.js",
"import": "./dist/esm/index.mjs",
"require": "./dist/cjs/index.js",
"types": "./dist/types/index.d.ts"
"require": "./dist/cjs/index.js"
},
"./package.json": "./package.json",
"./": "./*"
"./*": "./*"
},
"files": [
"dist/",
Expand Down

0 comments on commit 93e63e8

Please sign in to comment.