From 367a6f7ec53e002322ef39f20abc4ef0f594bf4b Mon Sep 17 00:00:00 2001 From: Luan Date: Fri, 23 Aug 2024 14:44:00 -0300 Subject: [PATCH] chore(package): Revert last commit This reverts commit 05a663710dce81c45d4506241192c65bd2d7cedc. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0b09d4d8..ab100289 100644 --- a/package.json +++ b/package.json @@ -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": {