Skip to content

Commit

Permalink
chore: release v1.4.1-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jaw52 committed Mar 2, 2023
1 parent 4871deb commit 062119c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jaw52/transform-jsx-for-vite",
"version": "1.4.1-beta.1",
"version": "1.4.1-beta.2",
"description": "transform js to jsx for vite",
"main": "./dist/index.cjs",
"module": "dist/index.mjs",
Expand Down Expand Up @@ -29,7 +29,7 @@
"scripts": {
"preinstall": "npx only-allow pnpm",
"postinstall": "simple-git-hooks",
"build": "unbuild",
"build": "tsup",
"dev": "esno src/index.ts",
"prepublishOnly": "nr build",
"release": "bumpp && npm publish"
Expand Down Expand Up @@ -67,6 +67,7 @@
"esno": "^0.16.3",
"lint-staged": "^13.1.2",
"simple-git-hooks": "^2.8.1",
"tsup": "^6.6.3",
"typescript": "^4.9.5",
"unbuild": "^1.1.2"
},
Expand Down

0 comments on commit 062119c

Please sign in to comment.