Skip to content

Commit

Permalink
Merge pull request #140 from rdy/update-exports
Browse files Browse the repository at this point in the history
  • Loading branch information
marcocesarato committed Dec 2, 2023
2 parents d633e51 + 100053f commit 7cec78c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
"author": "Marco Cesarato <cesarato.developer@gmail.com>",
"exports": {
".": {
"default": "./dist/index.js",
"require": "./dist/index.js",
"types": "./dist/index.d.ts"
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"./load": "./dist/load.js",
"./package.json": "./package.json"
Expand Down

0 comments on commit 7cec78c

Please sign in to comment.