Skip to content

Commit

Permalink
fix: correct package export dir
Browse files Browse the repository at this point in the history
  • Loading branch information
danestves authored Jan 22, 2024
1 parent c51c67d commit 49dccd5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
"import": "./dist/index.mjs"
}
},
"main": "./build/index.js",
"types": "./build/index.d.ts",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"build",
"dist",
"package.json",
"README.md"
],
Expand Down

0 comments on commit 49dccd5

Please sign in to comment.