Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Starman3787 committed Sep 15, 2024
1 parent 33e3a2c commit 6fb76c7
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,24 +10,24 @@
],
"exports": {
"./constants": {
"default": "./src/constants.js",
"types": "./dist/constants.d.ts"
"types": "./dist/constants.d.ts",
"default": "./src/constants.js"
},
"./util": {
"default": "./src/util.js",
"types": "./dist/util.d.ts"
"types": "./dist/util.d.ts",
"default": "./src/util.js"
},
"./structures": {
"default": "./src/structures.js",
"types": "./dist/structures.d.ts"
"types": "./dist/structures.d.ts",
"default": "./src/structures.js"
},
"./compiledStructures": {
"default": "./src/compiledStructures.js",
"types": "./dist/compiledStructures.d.ts"
"types": "./dist/compiledStructures.d.ts",
"default": "./src/compiledStructures.js"
},
".": {
"default": "./index.js",
"types": "./dist/index.d.ts"
"types": "./dist/index.d.ts",
"default": "./index.js"
}
},
"engines": {
Expand Down

0 comments on commit 6fb76c7

Please sign in to comment.