Skip to content

Commit

Permalink
Merge pull request #45 from devtrice/feat/central
Browse files Browse the repository at this point in the history
fix: react
  • Loading branch information
sudoaugustin authored Jul 6, 2024
2 parents e241f31 + 07db9d4 commit afceb10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"scripts": {
"build": "rm -rf dist && pnpm build:dts && pnpm build:esm && pnpm build:cjs",
"build:dts": "tsc -p tsconfig.build.json --outDir ./dist",
"build:esm": "esbuild index.tsx --format=esm --outfile=./dist/index.js",
"build:cjs": "esbuild index.tsx --format=cjs --outfile=./dist/index.js"
"build:esm": "esbuild index.tsx --format=esm --outfile=./dist/index.esm.js",
"build:cjs": "esbuild index.tsx --format=cjs --outfile=./dist/index.cjs.js"
},
"dependencies": {
"@qr-x/core": "workspace:*"
Expand Down

0 comments on commit afceb10

Please sign in to comment.