Skip to content

Commit

Permalink
fix: lerna publish packages
Browse files Browse the repository at this point in the history
  • Loading branch information
RSamaium committed Jan 29, 2024
1 parent 4794b65 commit 41c6ef0
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 deletions.
5 changes: 4 additions & 1 deletion packages/plugins/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,8 @@
"jsonwebtoken": "^9.0.2",
"siwe": "^2.1.4",
"zod": "^3.22.4"
},
"publishConfig": {
"access": "public"
}
}
}
3 changes: 3 additions & 0 deletions packages/plugins/save/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
"scripts": {
"build:browser": "RPG_TYPE=rpg npx rpgjs build"
},
"publishConfig": {
"access": "public"
},
"keywords": [],
"author": "Samuel Ronce",
"license": "MIT",
Expand Down
3 changes: 3 additions & 0 deletions packages/plugins/title-screen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,8 @@
"mongoose": "^7.4.3",
"mongoose-bcrypt": "^1.10.1"
},
"publishConfig": {
"access": "public"
},
"gitHead": "5abe6ca78be96524d74a052a230f2315c900ddee"
}
5 changes: 4 additions & 1 deletion packages/plugins/web3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,8 @@
"dependencies": {
"@rpgjs/auth": "^4.3.0",
"@rpgjs/server": "^4.3.0"
},
"publishConfig": {
"access": "public"
}
}
}

0 comments on commit 41c6ef0

Please sign in to comment.