chore: publish packages as public
This commit is contained in:
parent
e29a8770fb
commit
a0a02458b0
2 changed files with 4 additions and 1 deletions
|
@ -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"]
|
||||||
|
|
|
@ -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",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue