Skip to content

Commit

Permalink
feat: new exports
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Feb 7, 2022
1 parent abc3fb4 commit 051c672
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions package.json
Expand Up @@ -24,6 +24,20 @@
"module": "dist/yonius.esm.js",
"browser": "dist/yonius.umd.js",
"types": "types/index.d.ts",
"exports": {
".": {
"import": "./dist/yonius.esm.js",
"require": "./dist/yonius.cjs.js",
"types": "./types/index.d.ts",
"typings": "./types/index.d.ts"
},
"./fastify": {
"import": "./dist/yonius.fastify.esm.js",
"require": "./dist/yonius.fastify.cjs.js",
"types": "./types/fastify/index.d.ts",
"typings": "./types/fastify/index.d.ts"
}
},
"typesVersions": {
"*": {
"*": [
Expand Down

0 comments on commit 051c672

Please sign in to comment.