Skip to content

Commit

Permalink
chore: add publishConfig (required for scoped packages)
Browse files Browse the repository at this point in the history
  • Loading branch information
aladdin-add committed Oct 10, 2023
1 parent 9edcf50 commit 51ee492
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/mono-1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
"scripts": {
"test": "node --test"
},
"publishConfig": {
"access": "public"
},
"keywords": [],
"author": "weiran",
"license": "ISC"
Expand Down
3 changes: 3 additions & 0 deletions packages/mono-2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
"devDependencies": {
"@weiran.zsd/mono-1": "1.0.0"
},
"publishConfig": {
"access": "public"
},
"keywords": [],
"author": "weiran",
"license": "ISC"
Expand Down

0 comments on commit 51ee492

Please sign in to comment.