diff --git a/.changeset/angry-wasps-push.md b/.changeset/angry-wasps-push.md new file mode 100644 index 0000000..c75eb35 --- /dev/null +++ b/.changeset/angry-wasps-push.md @@ -0,0 +1,5 @@ +--- +"react-loqate": patch +--- + +Add access: public to publishConfig diff --git a/package.json b/package.json index 7e4944f..e758a6b 100644 --- a/package.json +++ b/package.json @@ -27,6 +27,9 @@ "test": "vitest --passWithNoTests", "test:ci": "vitest run --passWithNoTests" }, + "publishConfig": { + "access": "public" + }, "husky": { "hooks": { "pre-commit": "pnpm check"