chore: publish packages as public

This commit is contained in:
Bogdan Ivanov 2024-09-22 08:31:22 +03:00
parent e29a8770fb
commit a0a02458b0
2 changed files with 4 additions and 1 deletions

View file

@ -4,7 +4,7 @@
"commit": false, "commit": false,
"fixed": [], "fixed": [],
"linked": [], "linked": [],
"access": "restricted", "access": "public",
"baseBranch": "main", "baseBranch": "main",
"updateInternalDependencies": "patch", "updateInternalDependencies": "patch",
"ignore": ["next-with-approuter", "next-with-pages", "plasmo-browserext", "remix-example"] "ignore": ["next-with-approuter", "next-with-pages", "plasmo-browserext", "remix-example"]

View file

@ -27,6 +27,9 @@
"build": "tsup", "build": "tsup",
"prepublishOnly": "npm run build" "prepublishOnly": "npm run build"
}, },
"publishConfig": {
"access": "public"
},
"files": [ "files": [
"README.md", "README.md",
"LICENSE", "LICENSE",