Skip to content

Commit

Permalink
chore: release v1.4.1-beta.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jaw52 committed Mar 2, 2023
1 parent 16a69e7 commit 0eb161e
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
@@ -1,8 +1,8 @@
{
"name": "@jaw52/transform-jsx-for-vite",
"version": "1.4.1-beta.4",
"version": "1.4.1-beta.5",
"description": "transform js to jsx for vite",
"main": "./dist/index.cjs",
"main": "./dist/index.js",
"module": "dist/index.mjs",
"types": "./dist/index.d.ts",
"type": "module",
Expand All @@ -22,7 +22,7 @@
],
"exports": {
".": {
"import": "./dist/index.mjs",
"import": "./dist/index.js",
"require": "./dist/index.cjs"
}
},
Expand Down

0 comments on commit 0eb161e

Please sign in to comment.