Skip to content

Commit

Permalink
fix: fix export default
Browse files Browse the repository at this point in the history
  • Loading branch information
Pilaton committed Feb 11, 2024
1 parent 488cbe0 commit be38290
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Asynchronous library with built-in caching to identify available package managers",
"exports": {
"types": "./build/index.d.ts",
"import": "./build/index.js"
"default": "./build/index.js"
},
"files": [
"build/"
Expand Down

0 comments on commit be38290

Please sign in to comment.