Skip to content

Commit

Permalink
fix: npm
Browse files Browse the repository at this point in the history
  • Loading branch information
jaw52 committed Mar 2, 2023
1 parent 80e64ae commit 1845302
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 @@ -2,7 +2,7 @@
"name": "@jaw52/transform-jsx-for-vite",
"version": "1.5.0",
"description": "transform js to jsx for vite",
"main": "./dist/index.js",
"main": "./dist/index.cjs",
"module": "dist/index.mjs",
"types": "./dist/index.d.ts",
"type": "module",
Expand All @@ -22,7 +22,7 @@
],
"exports": {
".": {
"import": "./dist/index.js",
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
}
},
Expand Down

0 comments on commit 1845302

Please sign in to comment.