diff --git a/packages/browser-destinations/destinations/evolv-ai/package.json b/packages/browser-destinations/destinations/evolv-ai/package.json index 50d1f6ca587..b1ed0befabf 100644 --- a/packages/browser-destinations/destinations/evolv-ai/package.json +++ b/packages/browser-destinations/destinations/evolv-ai/package.json @@ -7,6 +7,10 @@ "url": "https://github.com/segmentio/action-destinations", "directory": "packages/browser-destinations/destinations/evolv-ai" }, + "publishConfig": { + "access": "public", + "registry": "https://registry.npmjs.org" + }, "main": "./dist/cjs", "module": "./dist/esm", "scripts": { diff --git a/packages/browser-destinations/destinations/facebook-conversions-api-web/package.json b/packages/browser-destinations/destinations/facebook-conversions-api-web/package.json index 742d0c9ee08..7acd2f8b89d 100644 --- a/packages/browser-destinations/destinations/facebook-conversions-api-web/package.json +++ b/packages/browser-destinations/destinations/facebook-conversions-api-web/package.json @@ -7,6 +7,10 @@ "url": "https://github.com/segmentio/action-destinations", "directory": "packages/browser-destinations/destinations/facebook-conversions-api-web" }, + "publishConfig": { + "access": "public", + "registry": "https://registry.npmjs.org" + }, "main": "./dist/cjs", "module": "./dist/esm", "scripts": { diff --git a/packages/cli/templates/destinations/browser/package.json b/packages/cli/templates/destinations/browser/package.json index f108c6747ce..343522f897b 100644 --- a/packages/cli/templates/destinations/browser/package.json +++ b/packages/cli/templates/destinations/browser/package.json @@ -7,6 +7,10 @@ "url": "https://github.com/segmentio/action-destinations", "directory": "packages/browser-destinations/destinations/{{slugWithoutActions}}" }, + "publishConfig": { + "access": "public", + "registry": "https://registry.npmjs.org" + }, "main": "./dist/cjs", "module": "./dist/esm", "scripts": {