diff --git a/package.json b/package.json index a51a584..bf50e24 100644 --- a/package.json +++ b/package.json @@ -72,5 +72,8 @@ "*.{ts,tsx}": [ "eslint --cache --fix" ] + }, + "publishConfig": { + "access": "public" } }