Skip to content

Commit

Permalink
chore(package.json): change "types" order
Browse files Browse the repository at this point in the history
  • Loading branch information
djalmajr authored Jul 16, 2024
1 parent 4bd66f0 commit ff2970f
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 @@ -29,13 +29,13 @@
},
"exports": {
".": {
"types": "./lib/generator.d.ts",
"source": {
"deno": "./lib/generator-deno.js",
"default": "./lib/generator.js"
},
"deno": "./dist/generator-deno.js",
"default": "./dist/generator.js",
"types": "./lib/generator.d.ts"
"default": "./dist/generator.js"
},
"./*.js": {
"source": "./lib/*.js"
Expand Down

0 comments on commit ff2970f

Please sign in to comment.