Skip to content

Commit

Permalink
fix: correct entry for cjs and esm
Browse files Browse the repository at this point in the history
  • Loading branch information
cchanxzy committed Nov 12, 2024
1 parent 826a20d commit cc48412
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"require": "./dist/cjs/index.js"
}
},
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
"types": "dist/index.d.ts",
"homepage": "https://github.com/cchanxzy/react-currency-input-field",
"scripts": {
Expand Down

0 comments on commit cc48412

Please sign in to comment.