Skip to content

Commit

Permalink
chore: fix package#exports
Browse files Browse the repository at this point in the history
  • Loading branch information
broofa committed Sep 13, 2023
1 parent 0a89c60 commit 3286d6d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Expand Up @@ -8,11 +8,11 @@
"engines": {
"node": ">=16"
},
"main": "./dist/index.js",
"main": "./dist/src/index.js",
"exports": {
".": "./dist/index.js",
"./lite": "./dist/index_lite.js",
"./Mime": "./dist/Mime.js",
".": "./dist/src/index.js",
"./lite": "./dist/src/index_lite.js",
"./Mime": "./dist/src/Mime.js",
"./standard.js": "./dist/types/standard.js",
"./other.js": "./dist/types/other.js",
"./package.json": "./package.json"
Expand Down

0 comments on commit 3286d6d

Please sign in to comment.