Skip to content

Commit

Permalink
fix publish access for react-paypal-js (#523)
Browse files Browse the repository at this point in the history
  • Loading branch information
wsbrunson authored Jun 12, 2024
1 parent 6df3b8c commit 12a76c9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/new-needles-walk.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@paypal/react-paypal-js": patch
---

set publish access to public
3 changes: 3 additions & 0 deletions packages/react-paypal-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
"main": "index.js",
"module": "dist/esm/react-paypal-js.js",
"types": "dist/types/index.d.ts",
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "rollup --config",
"check-node-version": "node scripts/check-node-version.js",
Expand Down

0 comments on commit 12a76c9

Please sign in to comment.