Skip to content

Commit

Permalink
Merge pull request #32 from labd/publishConfig
Browse files Browse the repository at this point in the history
fix: set publishConfig to public
  • Loading branch information
BramKaashoek committed May 6, 2024
2 parents dd9ef7d + 1bfd4d0 commit 9f35df4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/angry-wasps-push.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"react-loqate": patch
---

Add access: public to publishConfig
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@
"test": "vitest --passWithNoTests",
"test:ci": "vitest run --passWithNoTests"
},
"publishConfig": {
"access": "public"
},
"husky": {
"hooks": {
"pre-commit": "pnpm check"
Expand Down

0 comments on commit 9f35df4

Please sign in to comment.