Skip to content

Commit

Permalink
ci: update publish config to public (#456)
Browse files Browse the repository at this point in the history
  • Loading branch information
westeezy authored Feb 9, 2024
1 parent c1ff8a4 commit a59d626
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/little-wolves-grab.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@paypal/paypal-js": patch
---

Ensure publish config is set to public
3 changes: 3 additions & 0 deletions packages/paypal-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
"main": "index.js",
"module": "dist/esm/paypal-js.js",
"types": "types/index.d.ts",
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "rm -rf dist && rollup --config --bundleConfigAsCjs",
"lint": "eslint .",
Expand Down

0 comments on commit a59d626

Please sign in to comment.