Skip to content

Commit

Permalink
🐛 fix(config): The file address in the bag specifies an error
Browse files Browse the repository at this point in the history
  • Loading branch information
kwooshung committed Feb 3, 2024
1 parent 4bd1eab commit 0c23ee0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@
"url": "https://github.com/kwooshung/Files/issues"
},
"type": "module",
"main": "dist/files.cjs",
"module": "dist/files.mjs",
"main": "dist/index.cjs",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"exports": {
".": {
"require": "./dist/files.cjs",
"import": "./dist/files.mjs",
"require": "./dist/index.cjs",
"import": "./dist/index.mjs",
"types": "./dist/index.d.ts"
}
},
Expand Down Expand Up @@ -78,4 +78,4 @@
"typescript": "^5.3.3"
},
"license": "MIT"
}
}

0 comments on commit 0c23ee0

Please sign in to comment.