diff --git a/package.json b/package.json index 5bfa523..62bab12 100644 --- a/package.json +++ b/package.json @@ -37,5 +37,8 @@ "commit-msg": "commitlint -E HUSKY_GIT_PARAMS", "pre-commit": "pretty-quick --staged" } + }, + "publishConfig": { + "access": "public" } }