chore(package): Revert last commit

This reverts commit 05a663710d.
This commit is contained in:
Luan
2024-08-23 14:44:00 -03:00
parent 05a663710d
commit 367a6f7ec5

View File

@@ -89,7 +89,7 @@
"bundle:react-native": "npx esbuild ./dist/src/platform/react-native.js --bundle --target=es2020 --keep-names --format=esm --platform=neutral --sourcemap --define:global=globalThis --conditions=module --outfile=./bundle/react-native.js",
"bundle:browser:prod": "npm run bundle:browser -- --outfile=./bundle/browser.min.js --minify",
"bundle:cf-worker": "npx esbuild ./dist/src/platform/cf-worker.js --banner:js=\"/* eslint-disable */\" --bundle --target=es2020 --keep-names --format=esm --sourcemap --define:global=globalThis --conditions=module --outfile=./bundle/cf-worker.js --platform=node",
"prepack": "npm run build",
"prepare": "npm run build",
"watch": "npx tsc --watch"
},
"repository": {