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 b83f943 commit 33e3a2c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@
"quark"
],
"exports": {
".": {
"default": "./index.js",
"types": "./dist/index.d.ts"
},
"./constants": {
"default": "./src/constants.js",
"types": "./dist/constants.d.ts"
Expand All @@ -28,6 +24,10 @@
"./compiledStructures": {
"default": "./src/compiledStructures.js",
"types": "./dist/compiledStructures.d.ts"
},
".": {
"default": "./index.js",
"types": "./dist/index.d.ts"
}
},
"engines": {
Expand Down

0 comments on commit 33e3a2c

Please sign in to comment.